#42F5D8

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

Shades of Turquoise #42F5D8

Tints of Turquoise #42F5D8

Color information

#42F5D8 (or 0x42F5D8) is unknown color: approx Turquoise. HEX triplet: 42, F5 and D8. RGB value is (66,245,216). Sum of RGB (Red+Green+Blue) = 66+245+216=527 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.52% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #42F5D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F5D8 is #BD0A27. Grayscale: #BCBCBC. Windows color (decimal): -12388904 or 14218562. OLE color: 14218562.

HSL color Cylindrical-coordinate representation of color #42F5D8: hue angle of 170.28º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F5D8 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB66245216-
CMYK0.7300.120.04
HSL170.28º89.95%60.98%-
HSV(B)170.28º73.06%96.08%-
XYZ47.2971.4276.26-
YUV188.17143.740.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.52%
GREEN value IS 245 (96.09% from 255) = 46.49%
BLUE value IS 216 (84.77% from 255) = 40.99%
R=12.52%
G=46.49%
B=40.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal662452160.7300.120.04170.2889.9560.98
Hex42F5D8490C4aa5a3d
Octal102365330111014425213275
Binary10000101111010111011000100100101100100101010101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,245,216); }

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

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

 a { background-color: rgb(66,245,216); }

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

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

 span { border-color: rgb(66,245,216); }

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