#42EAFE

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

Shades of Turquoise #42EAFE

Tints of Turquoise #42EAFE

Color information

#42EAFE (or 0x42EAFE) is unknown color: approx Turquoise. HEX triplet: 42, EA and FE. RGB value is (66,234,254). Sum of RGB (Red+Green+Blue) = 66+234+254=554 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.91% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #42EAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EAFE is #BD1501. Grayscale: #B9B9B9. Windows color (decimal): -12391682 or 16706114. OLE color: 16706114.

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

Color convert

RGB66234254-
CMYK0.740.0800.00
HSL186.38º98.95%62.75%-
HSV(B)186.38º74.02%99.61%-
XYZ49.5667.16104.12-
YUV186.05166.3442.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 11.91%
GREEN value IS 234 (91.80% from 255) = 42.24%
BLUE value IS 254 (99.61% from 255) = 45.85%
R=11.91%
G=42.24%
B=45.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal662342540.740.0800.00186.3898.9562.75
Hex42EAFE4A800ba633f
Octal102352376112100027214377
Binary100001011101010111111101001010100000101110101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,234,254); }

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

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

 a { background-color: rgb(66,234,254); }

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

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

 span { border-color: rgb(66,234,254); }

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