#42F7C9

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

Shades of Turquoise #42F7C9

Tints of Turquoise #42F7C9

Color information

#42F7C9 (or 0x42F7C9) is unknown color: approx Turquoise. HEX triplet: 42, F7 and C9. RGB value is (66,247,201). Sum of RGB (Red+Green+Blue) = 66+247+201=514 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.84% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #42F7C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F7C9 is #BD0836. Grayscale: #BBBBBB. Windows color (decimal): -12388407 or 13236034. OLE color: 13236034.

HSL color Cylindrical-coordinate representation of color #42F7C9: hue angle of 164.75º 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 #42F7C9 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB66247201-
CMYK0.7300.190.03
HSL164.75º91.88%61.37%-
HSV(B)164.75º73.28%96.86%-
XYZ46.0571.966.71-
YUV187.64135.5341.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.84%
GREEN value IS 247 (96.88% from 255) = 48.05%
BLUE value IS 201 (78.91% from 255) = 39.11%
R=12.84%
G=48.05%
B=39.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal662472010.7300.190.03164.7591.8861.37
Hex42F7C9490133a55c3d
Octal102367311111023324513475
Binary10000101111011111001001100100101001111101001011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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