Html Css Color HEX #42DEEB Turquoise

📋 copy color: '#42DEEB'

red 66 ◦ green 222 ◦ blue 235

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

Shades of Turquoise #42DEEB

Tints of Turquoise #42DEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.45%

 BLUE value IS 235 (92.19% from 255) = 44.93%

R = 12.62%
G = 42.45%
B = 44.93%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#42DEEB (or 0x42DEEB) is known color: Turquoise. HEX triplet: 42, DE and EB. RGB value is (66,222,235). Sum of RGB (Red+Green+Blue) = 66+222+235=523 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.62% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #42DEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DEEB is #BD2114. Grayscale: #B0B0B0. Windows color (decimal): -12394773 or 15457858. OLE color: 15457858.

HSL color Cylindrical-coordinate representation of color #42DEEB: hue angle of 184.62º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42DEEB is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 222 235 -
CMYK 0.72 0.06 0 0.08
HSL 184.62º 0.81% 0.59% -
HSV(B) 184.62º 0.72% 0.92% -
XYZ 43.36 59.4 87.78 -
YUV 176.84 160.82 48.94 -
System Red Green Blue C M Y K H S L
Decimal 66 222 235 0.72 0.06 0 0.08 184.62 0.81 0.59
Hex 42 DE EB 48 6 0 8 B9 51 3B
Octal 102 336 353 110 6 0 10 271 121 73
Binary 1000010 11011110 11101011 1001000 110 0 1000 10111001 1010001 111011

Color Harmonies of #42DEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DEEB

Black with #42DEEB

Text Example


Text Example

White with #42DEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,222,235); }

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

background-color css

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

 a { background-color: rgb(66,222,235); }

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

border-color css

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

 span { border-color: rgb(66,222,235); }

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