#42F7D8

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

Shades of Turquoise #42F7D8

Tints of Turquoise #42F7D8

Color information

#42F7D8 (or 0x42F7D8) is unknown color: approx Turquoise. HEX triplet: 42, F7 and D8. RGB value is (66,247,216). Sum of RGB (Red+Green+Blue) = 66+247+216=529 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.48% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #42F7D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F7D8 is #BD0827. Grayscale: #BDBDBD. Windows color (decimal): -12388392 or 14219074. OLE color: 14219074.

HSL color Cylindrical-coordinate representation of color #42F7D8: hue angle of 169.72º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F7D8 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB66247216-
CMYK0.7300.130.03
HSL169.72º91.88%61.37%-
HSV(B)169.72º73.28%96.86%-
XYZ47.972.6476.46-
YUV189.35143.0340.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.48%
GREEN value IS 247 (96.88% from 255) = 46.69%
BLUE value IS 216 (84.77% from 255) = 40.83%
R=12.48%
G=46.69%
B=40.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal662472160.7300.130.03169.7291.8861.37
Hex42F7D8490D3aa5c3d
Octal102367330111015325213475
Binary1000010111101111101100010010010110111101010101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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