Html Css Color HEX #42D9EB Turquoise

📋 copy color: '#42D9EB'

red 66 ◦ green 217 ◦ blue 235

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

Shades of Turquoise #42D9EB

Tints of Turquoise #42D9EB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.89%

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

R = 12.74%
G = 41.89%
B = 45.37%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#42D9EB (or 0x42D9EB) is known color: Turquoise. HEX triplet: 42, D9 and EB. RGB value is (66,217,235). Sum of RGB (Red+Green+Blue) = 66+217+235=518 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.74% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #42D9EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D9EB is #BD2614. Grayscale: #ADADAD. Windows color (decimal): -12396053 or 15456578. OLE color: 15456578.

HSL color Cylindrical-coordinate representation of color #42D9EB: hue angle of 186.39º 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 #42D9EB is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 217 235 -
CMYK 0.72 0.08 0 0.08
HSL 186.39º 0.81% 0.59% -
HSV(B) 186.39º 0.72% 0.92% -
XYZ 42.06 56.78 87.34 -
YUV 173.9 162.47 51.04 -
System Red Green Blue C M Y K H S L
Decimal 66 217 235 0.72 0.08 0 0.08 186.39 0.81 0.59
Hex 42 D9 EB 48 8 0 8 BA 51 3B
Octal 102 331 353 110 10 0 10 272 121 73
Binary 1000010 11011001 11101011 1001000 1000 0 1000 10111010 1010001 111011

Color Harmonies of #42D9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D9EB

Black with #42D9EB

Text Example


Text Example

White with #42D9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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