Html Css Color HEX #42EDEF Turquoise

📋 copy color: '#42EDEF'

red 66 ◦ green 237 ◦ blue 239

#42EDEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #42EDEF

Tints of Turquoise #42EDEF

RGB

 RED value IS 66 (26.17% from 255) = 12.18%

 GREEN value IS 237 (92.97% from 255) = 43.73%

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 12.18%
G = 43.73%
B = 44.1%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#42EDEF (or 0x42EDEF) is known color: Turquoise. HEX triplet: 42, ED and EF. RGB value is (66,237,239). Sum of RGB (Red+Green+Blue) = 66+237+239=542 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.18% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #42EDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EDEF is #BD1210. Grayscale: #B9B9B9. Windows color (decimal): -12390929 or 15723842. OLE color: 15723842.

HSL color Cylindrical-coordinate representation of color #42EDEF: hue angle of 180.69º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EDEF is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 237 239 -
CMYK 0.72 0.01 0 0.06
HSL 180.69º 0.84% 0.6% -
HSV(B) 180.69º 0.72% 0.94% -
XYZ 48.11 67.96 92.24 -
YUV 186.1 157.85 42.34 -
System Red Green Blue C M Y K H S L
Decimal 66 237 239 0.72 0.01 0 0.06 180.69 0.84 0.6
Hex 42 ED EF 48 1 0 6 B5 54 3C
Octal 102 355 357 110 1 0 6 265 124 74
Binary 1000010 11101101 11101111 1001000 1 0 110 10110101 1010100 111100

Color Harmonies of #42EDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EDEF

Black with #42EDEF

Text Example


Text Example

White with #42EDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42EDEF;
 }
 .AnyTagClassName
 {
   color: #42EDEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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