Html Css Color HEX #42C8D0 Medium Turquoise

📋 copy color: '#42C8D0'

red 66 ◦ green 200 ◦ blue 208

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

Shades of Medium Turquoise #42C8D0

Tints of Medium Turquoise #42C8D0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.19%

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

R = 13.92%
G = 42.19%
B = 43.88%

CMYK

 C value IS 0.68

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#42C8D0 (or 0x42C8D0) is known color: Medium Turquoise. HEX triplet: 42, C8 and D0. RGB value is (66,200,208). Sum of RGB (Red+Green+Blue) = 66+200+208=474 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.92% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 208 - color contains mainly: blue. Hex color #42C8D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C8D0 is #BD372F. Grayscale: #A0A0A0. Windows color (decimal): -12400432 or 13682754. OLE color: 13682754.

HSL color Cylindrical-coordinate representation of color #42C8D0: hue angle of 183.38º 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 #42C8D0 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 200 208 -
CMYK 0.68 0.04 0 0.18
HSL 183.38º 0.6% 0.54% -
HSV(B) 183.38º 0.68% 0.82% -
XYZ 34.29 47.02 66.94 -
YUV 160.85 154.61 60.35 -
System Red Green Blue C M Y K H S L
Decimal 66 200 208 0.68 0.04 0 0.18 183.38 0.6 0.54
Hex 42 C8 D0 44 4 0 12 B7 3C 36
Octal 102 310 320 104 4 0 22 267 74 66
Binary 1000010 11001000 11010000 1000100 100 0 10010 10110111 111100 110110

Color Harmonies of #42C8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C8D0

Black with #42C8D0

Text Example


Text Example

White with #42C8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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