#42FABE

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

Shades of Turquoise #42FABE

Tints of Turquoise #42FABE

Color information

#42FABE (or 0x42FABE) is unknown color: approx Turquoise. HEX triplet: 42, FA and BE. RGB value is (66,250,190). Sum of RGB (Red+Green+Blue) = 66+250+190=506 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.04% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #42FABE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FABE is #BD0541. Grayscale: #BCBCBC. Windows color (decimal): -12387650 or 12515906. OLE color: 12515906.

HSL color Cylindrical-coordinate representation of color #42FABE: hue angle of 160.43º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FABE is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB66250190-
CMYK0.7400.240.02
HSL160.43º94.85%61.96%-
HSV(B)160.43º73.6%98.04%-
XYZ45.7373.2560.44-
YUV188.14129.0440.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.04%
GREEN value IS 250 (98.05% from 255) = 49.41%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=13.04%
G=49.41%
B=37.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal662501900.7400.240.02160.4394.8561.96
Hex42FABE4A0182a05f3e
Octal102372276112030224013776
Binary10000101111101010111110100101001100010101000001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,250,190); }

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

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

 a { background-color: rgb(66,250,190); }

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

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

 span { border-color: rgb(66,250,190); }

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