Html Css Color HEX #42CEBD Medium Turquoise

📋 copy color: '#42CEBD'

red 66 ◦ green 206 ◦ blue 189

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

Shades of Medium Turquoise #42CEBD

Tints of Medium Turquoise #42CEBD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.69%

 BLUE value IS 189 (74.22% from 255) = 41%

R = 14.32%
G = 44.69%
B = 41%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#42CEBD (or 0x42CEBD) is known color: Medium Turquoise. HEX triplet: 42, CE and BD. RGB value is (66,206,189). Sum of RGB (Red+Green+Blue) = 66+206+189=461 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.32% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #42CEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CEBD is #BD3142. Grayscale: #A2A2A2. Windows color (decimal): -12398915 or 12439106. OLE color: 12439106.

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

Color convert

RGB 66 206 189 -
CMYK 0.68 0 0.08 0.19
HSL 172.71º 0.59% 0.53% -
HSV(B) 172.71º 0.68% 0.81% -
XYZ 33.5 48.97 55.83 -
YUV 162.2 143.12 59.38 -
System Red Green Blue C M Y K H S L
Decimal 66 206 189 0.68 0 0.08 0.19 172.71 0.59 0.53
Hex 42 CE BD 44 0 8 13 AD 3B 35
Octal 102 316 275 104 0 10 23 255 73 65
Binary 1000010 11001110 10111101 1000100 0 1000 10011 10101101 111011 110101

Color Harmonies of #42CEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CEBD

Black with #42CEBD

Text Example


Text Example

White with #42CEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,206,189); }

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

background-color css

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

 a { background-color: rgb(66,206,189); }

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

border-color css

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

 span { border-color: rgb(66,206,189); }

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