#42FFE0

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

Shades of Turquoise #42FFE0

Tints of Turquoise #42FFE0

Color information

#42FFE0 (or 0x42FFE0) is unknown color: approx Turquoise. HEX triplet: 42, FF and E0. RGB value is (66,255,224). Sum of RGB (Red+Green+Blue) = 66+255+224=545 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.11% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FFE0 is #BD001F. Grayscale: #C2C2C2. Windows color (decimal): -12386336 or 14745410. OLE color: 14745410.

HSL color Cylindrical-coordinate representation of color #42FFE0: hue angle of 170.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FFE0 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB66255224-
CMYK0.7400.120
HSL170.16º100%62.94%-
HSV(B)170.16º74.12%100%-
XYZ51.4678.0682.88-
YUV194.96144.3836.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.11%
GREEN value IS 255 (100% from 255) = 46.79%
BLUE value IS 224 (87.89% from 255) = 41.10%
R=12.11%
G=46.79%
B=41.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal662552240.7400.120170.1610062.94
Hex42FFE04A0C0aa643f
Octal102377340112014025214477
Binary100001011111111111000001001010011000101010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,255,224); }

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

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

 a { background-color: rgb(66,255,224); }

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

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

 span { border-color: rgb(66,255,224); }

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