#42EDF4

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

Shades of Turquoise #42EDF4

Tints of Turquoise #42EDF4

Color information

#42EDF4 (or 0x42EDF4) is unknown color: approx Turquoise. HEX triplet: 42, ED and F4. RGB value is (66,237,244). Sum of RGB (Red+Green+Blue) = 66+237+244=547 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.07% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 244 (95.70% from 255 or 44.61% from 547); Max value from RGB is 244 - color contains mainly: blue. Hex color #42EDF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EDF4 is #BD120B. Grayscale: #BABABA. Windows color (decimal): -12390924 or 16051522. OLE color: 16051522.

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

Color convert

RGB66237244-
CMYK0.730.0300.04
HSL182.36º89%60.78%-
HSV(B)182.36º72.95%95.69%-
XYZ48.8668.2696.19-
YUV186.67160.3541.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.07%
GREEN value IS 237 (92.97% from 255) = 43.33%
BLUE value IS 244 (95.70% from 255) = 44.61%
R=12.07%
G=43.33%
B=44.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal662372440.730.0300.04182.368960.78
Hex42EDF449304b6593d
Octal10235536411130426613175
Binary100001011101101111101001001001110100101101101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42EDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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