Html Css Color HEX #42D0CC Medium Turquoise

📋 copy color: '#42D0CC'

red 66 ◦ green 208 ◦ blue 204

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

Shades of Medium Turquoise #42D0CC

Tints of Medium Turquoise #42D0CC

RGB

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

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

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

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

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

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

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

Color convert

RGB 66 208 204 -
CMYK 0.68 0 0.02 0.18
HSL 178.31º 0.6% 0.54% -
HSV(B) 178.31º 0.68% 0.82% -
XYZ 35.7 50.63 65.02 -
YUV 165.09 149.96 57.33 -
System Red Green Blue C M Y K H S L
Decimal 66 208 204 0.68 0 0.02 0.18 178.31 0.6 0.54
Hex 42 D0 CC 44 0 2 12 B2 3C 36
Octal 102 320 314 104 0 2 22 262 74 66
Binary 1000010 11010000 11001100 1000100 0 10 10010 10110010 111100 110110

Color Harmonies of #42D0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D0CC

Black with #42D0CC

Text Example


Text Example

White with #42D0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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