#42F1CC

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

Shades of Turquoise #42F1CC

Tints of Turquoise #42F1CC

Color information

#42F1CC (or 0x42F1CC) is unknown color: approx Turquoise. HEX triplet: 42, F1 and CC. RGB value is (66,241,204). Sum of RGB (Red+Green+Blue) = 66+241+204=511 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.92% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #42F1CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F1CC is #BD0E33. Grayscale: #B8B8B8. Windows color (decimal): -12389940 or 13431106. OLE color: 13431106.

HSL color Cylindrical-coordinate representation of color #42F1CC: hue angle of 167.31º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F1CC is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB66241204-
CMYK0.7300.150.05
HSL167.31º86.21%60.2%-
HSV(B)167.31º72.61%94.51%-
XYZ44.668.4367.98-
YUV184.46139.0243.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.92%
GREEN value IS 241 (94.53% from 255) = 47.16%
BLUE value IS 204 (80.08% from 255) = 39.92%
R=12.92%
G=47.16%
B=39.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal662412040.7300.150.05167.3186.2160.2
Hex42F1CC490F5a7563c
Octal102361314111017524712674
Binary10000101111000111001100100100101111101101001111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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