#42D7CB

Color #42D7CB Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #42D7CB

Tints of Medium Turquoise #42D7CB

Color information

#42D7CB (or 0x42D7CB) is unknown color: approx Medium Turquoise. HEX triplet: 42, D7 and CB. RGB value is (66,215,203). Sum of RGB (Red+Green+Blue) = 66+215+203=484 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.64% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #42D7CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D7CB is #BD2834. Grayscale: #A8A8A8. Windows color (decimal): -12396597 or 13358914. OLE color: 13358914.

HSL color Cylindrical-coordinate representation of color #42D7CB: hue angle of 175.17º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D7CB is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB66215203-
CMYK0.6900.060.16
HSL175.17º65.07%55.1%-
HSV(B)175.17º69.3%84.31%-
XYZ37.3354.0764.97-
YUV169.08147.1454.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 13.64%
GREEN value IS 215 (84.38% from 255) = 44.42%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=13.64%
G=44.42%
B=41.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal662152030.6900.060.16175.1765.0755.1
Hex42D7CB450610af4137
Octal102327313105062025710167
Binary100001011010111110010111000101011010000101011111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42D7CB; }

 p { color: rgb(66,215,203); }

 H1.HeaderClassName
 {
   color: #42D7CB;
 }
 .AnyTagClassName
 {
   color: #42D7CB;
 }
</style>
background-color css

<style>
 a { background-color: #42D7CB; }

 a { background-color: rgb(66,215,203); }

 div.DivClassName
 {
   background-color: #42D7CB;
 }
 .BgClassName
 {
   background-color: #42D7CB;
 }
</style>
border-color css

<style>
 span { border-color: #42D7CB; }

 span { border-color: rgb(66,215,203); }

 td.TdClassName
 {
   border-color: #42D7CB;
 }
 .TagClassName
 {
   border-color: #42D7CB;
 }
</style>