#42F3CA

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

Shades of Turquoise #42F3CA

Tints of Turquoise #42F3CA

Color information

#42F3CA (or 0x42F3CA) is unknown color: approx Turquoise. HEX triplet: 42, F3 and CA. RGB value is (66,243,202). Sum of RGB (Red+Green+Blue) = 66+243+202=511 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.92% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #42F3CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F3CA is #BD0C35. Grayscale: #B9B9B9. Windows color (decimal): -12389430 or 13300546. OLE color: 13300546.

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

Color convert

RGB66243202-
CMYK0.7300.170.05
HSL166.1º88.06%60.59%-
HSV(B)166.1º72.84%95.29%-
XYZ44.9669.5266.93-
YUV185.4137.3642.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.92%
GREEN value IS 243 (95.31% from 255) = 47.55%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=12.92%
G=47.55%
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.05
SystemRedGreenBlueCMYKHSL
Decimal662432020.7300.170.05166.188.0660.59
Hex42F3CA490115a6583d
Octal102363312111021524613075
Binary100001011110011110010101001001010001101101001101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,243,202); }

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

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

 a { background-color: rgb(66,243,202); }

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

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

 span { border-color: rgb(66,243,202); }

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