Html Css Color HEX #42CCD0 Medium Turquoise

📋 copy color: '#42CCD0'

red 66 ◦ green 204 ◦ blue 208

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

Shades of Medium Turquoise #42CCD0

Tints of Medium Turquoise #42CCD0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.68%

 BLUE value IS 208 (81.64% from 255) = 43.51%

R = 13.81%
G = 42.68%
B = 43.51%

CMYK

 C value IS 0.68

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#42CCD0 (or 0x42CCD0) is known color: Medium Turquoise. HEX triplet: 42, CC and D0. RGB value is (66,204,208). Sum of RGB (Red+Green+Blue) = 66+204+208=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #42CCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CCD0 is #BD332F. Grayscale: #A3A3A3. Windows color (decimal): -12399408 or 13683778. OLE color: 13683778.

HSL color Cylindrical-coordinate representation of color #42CCD0: hue angle of 181.69º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CCD0 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 204 208 -
CMYK 0.68 0.02 0 0.18
HSL 181.69º 0.6% 0.54% -
HSV(B) 181.69º 0.68% 0.82% -
XYZ 35.22 48.9 67.26 -
YUV 163.19 153.28 58.67 -
System Red Green Blue C M Y K H S L
Decimal 66 204 208 0.68 0.02 0 0.18 181.69 0.6 0.54
Hex 42 CC D0 44 2 0 12 B6 3C 36
Octal 102 314 320 104 2 0 22 266 74 66
Binary 1000010 11001100 11010000 1000100 10 0 10010 10110110 111100 110110

Color Harmonies of #42CCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CCD0

Black with #42CCD0

Text Example


Text Example

White with #42CCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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