#42F0BB

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

Shades of Turquoise #42F0BB

Tints of Turquoise #42F0BB

Color information

#42F0BB (or 0x42F0BB) is unknown color: approx Turquoise. HEX triplet: 42, F0 and BB. RGB value is (66,240,187). Sum of RGB (Red+Green+Blue) = 66+240+187=493 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.39% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #42F0BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F0BB is #BD0F44. Grayscale: #B5B5B5. Windows color (decimal): -12390213 or 12316738. OLE color: 12316738.

HSL color Cylindrical-coordinate representation of color #42F0BB: hue angle of 161.72º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F0BB is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB66240187-
CMYK0.7200.220.06
HSL161.72º85.29%60%-
HSV(B)161.72º72.5%94.12%-
XYZ42.3867.0757.73-
YUV181.93130.8545.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.39%
GREEN value IS 240 (94.14% from 255) = 48.68%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=13.39%
G=48.68%
B=37.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal662401870.7200.220.06161.7285.2960
Hex42F0BB480166a2553c
Octal102360273110026624212574
Binary100001011110000101110111001000010110110101000101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,240,187); }

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

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

 a { background-color: rgb(66,240,187); }

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

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

 span { border-color: rgb(66,240,187); }

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