#42F4BB

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

Shades of Turquoise #42F4BB

Tints of Turquoise #42F4BB

Color information

#42F4BB (or 0x42F4BB) is unknown color: approx Turquoise. HEX triplet: 42, F4 and BB. RGB value is (66,244,187). Sum of RGB (Red+Green+Blue) = 66+244+187=497 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.28% from 497); Green value is 244 (95.70% from 255 or 49.09% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 244 - color contains mainly: green. Hex color #42F4BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F4BB is #BD0B44. Grayscale: #B8B8B8. Windows color (decimal): -12389189 or 12317762. OLE color: 12317762.

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

Color convert

RGB66244187-
CMYK0.7300.230.04
HSL160.79º89%60.78%-
HSV(B)160.79º72.95%95.69%-
XYZ43.5769.4558.12-
YUV184.28129.5343.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.28%
GREEN value IS 244 (95.70% from 255) = 49.09%
BLUE value IS 187 (73.44% from 255) = 37.63%
R=13.28%
G=49.09%
B=37.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal662441870.7300.230.04160.798960.78
Hex42F4BB490174a1593d
Octal102364273111027424113175
Binary100001011110100101110111001001010111100101000011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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