#42F6CC

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

Shades of Turquoise #42F6CC

Tints of Turquoise #42F6CC

Color information

#42F6CC (or 0x42F6CC) is unknown color: approx Turquoise. HEX triplet: 42, F6 and CC. RGB value is (66,246,204). Sum of RGB (Red+Green+Blue) = 66+246+204=516 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.79% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 246 - color contains mainly: green. Hex color #42F6CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F6CC is #BD0933. Grayscale: #BBBBBB. Windows color (decimal): -12388660 or 13432386. OLE color: 13432386.

HSL color Cylindrical-coordinate representation of color #42F6CC: hue angle of 166º degrees, saturation: 0.91, 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 #42F6CC is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB66246204-
CMYK0.7300.170.04
HSL166º90.91%61.18%-
HSV(B)166º73.17%96.47%-
XYZ46.171.4368.48-
YUV187.39137.3741.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.79%
GREEN value IS 246 (96.48% from 255) = 47.67%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=12.79%
G=47.67%
B=39.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal662462040.7300.170.0416690.9161.18
Hex42F6CC490114a65b3d
Octal102366314111021424613375
Binary100001011110110110011001001001010001100101001101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,246,204); }

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

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

 a { background-color: rgb(66,246,204); }

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

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

 span { border-color: rgb(66,246,204); }

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