Html Css Color HEX #42D0EA Medium Turquoise

📋 copy color: '#42D0EA'

red 66 ◦ green 208 ◦ blue 234

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

Shades of Medium Turquoise #42D0EA

Tints of Medium Turquoise #42D0EA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.94%

 BLUE value IS 234 (91.8% from 255) = 46.06%

R = 12.99%
G = 40.94%
B = 46.06%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#42D0EA (or 0x42D0EA) is known color: Medium Turquoise. HEX triplet: 42, D0 and EA. RGB value is (66,208,234). Sum of RGB (Red+Green+Blue) = 66+208+234=508 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.99% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #42D0EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D0EA is #BD2F15. Grayscale: #A8A8A8. Windows color (decimal): -12398358 or 15388738. OLE color: 15388738.

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

Color convert

RGB 66 208 234 -
CMYK 0.72 0.11 0 0.08
HSL 189.29º 0.8% 0.59% -
HSV(B) 189.29º 0.72% 0.92% -
XYZ 39.65 52.21 85.83 -
YUV 168.51 164.96 54.89 -
System Red Green Blue C M Y K H S L
Decimal 66 208 234 0.72 0.11 0 0.08 189.29 0.8 0.59
Hex 42 D0 EA 48 B 0 8 BD 50 3B
Octal 102 320 352 110 13 0 10 275 120 73
Binary 1000010 11010000 11101010 1001000 1011 0 1000 10111101 1010000 111011

Color Harmonies of #42D0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D0EA

Black with #42D0EA

Text Example


Text Example

White with #42D0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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