Html Css Color HEX #42CEDC Medium Turquoise

📋 copy color: '#42CEDC'

red 66 ◦ green 206 ◦ blue 220

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

Shades of Medium Turquoise #42CEDC

Tints of Medium Turquoise #42CEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 13.41%
G = 41.87%
B = 44.72%

CMYK

 C value IS 0.7

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#42CEDC (or 0x42CEDC) is known color: Medium Turquoise. HEX triplet: 42, CE and DC. RGB value is (66,206,220). Sum of RGB (Red+Green+Blue) = 66+206+220=492 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.41% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #42CEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CEDC is #BD3123. Grayscale: #A5A5A5. Windows color (decimal): -12398884 or 14470722. OLE color: 14470722.

HSL color Cylindrical-coordinate representation of color #42CEDC: hue angle of 185.45º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42CEDC is Cyan = 0.7, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 206 220 -
CMYK 0.7 0.06 0 0.14
HSL 185.45º 0.69% 0.56% -
HSV(B) 185.45º 0.7% 0.86% -
XYZ 37.24 50.47 75.49 -
YUV 165.74 158.62 56.86 -
System Red Green Blue C M Y K H S L
Decimal 66 206 220 0.7 0.06 0 0.14 185.45 0.69 0.56
Hex 42 CE DC 46 6 0 E B9 45 38
Octal 102 316 334 106 6 0 16 271 105 70
Binary 1000010 11001110 11011100 1000110 110 0 1110 10111001 1000101 111000

Color Harmonies of #42CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CEDC

Black with #42CEDC

Text Example


Text Example

White with #42CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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