#42DFB7

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

Shades of Turquoise #42DFB7

Tints of Turquoise #42DFB7

Color information

#42DFB7 (or 0x42DFB7) is unknown color: approx Turquoise. HEX triplet: 42, DF and B7. RGB value is (66,223,183). Sum of RGB (Red+Green+Blue) = 66+223+183=472 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.98% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #42DFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DFB7 is #BD2048. Grayscale: #ABABAB. Windows color (decimal): -12394569 or 12050242. OLE color: 12050242.

HSL color Cylindrical-coordinate representation of color #42DFB7: hue angle of 164.71º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DFB7 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB66223183-
CMYK0.7000.180.13
HSL164.71º71.04%56.67%-
HSV(B)164.71º70.4%87.45%-
XYZ37.1857.3553.91-
YUV171.5134.4952.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.98%
GREEN value IS 223 (87.5% from 255) = 47.25%
BLUE value IS 183 (71.88% from 255) = 38.77%
R=13.98%
G=47.25%
B=38.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal662231830.7000.180.13164.7171.0456.67
Hex42DFB746012Da54739
Octal1023372671060221524510771
Binary1000010110111111011011110001100100101101101001011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,223,183); }

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

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

 a { background-color: rgb(66,223,183); }

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

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

 span { border-color: rgb(66,223,183); }

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