Html Css Color HEX #42D5CC Medium Turquoise

📋 copy color: '#42D5CC'

red 66 ◦ green 213 ◦ blue 204

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

Shades of Medium Turquoise #42D5CC

Tints of Medium Turquoise #42D5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.1%

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

R = 13.66%
G = 44.1%
B = 42.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#42D5CC (or 0x42D5CC) is known color: Medium Turquoise. HEX triplet: 42, D5 and CC. RGB value is (66,213,204). Sum of RGB (Red+Green+Blue) = 66+213+204=483 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.66% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #42D5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D5CC is #BD2A33. Grayscale: #A7A7A7. Windows color (decimal): -12397108 or 13423938. OLE color: 13423938.

HSL color Cylindrical-coordinate representation of color #42D5CC: hue angle of 176.33º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D5CC is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 213 204 -
CMYK 0.69 0 0.04 0.16
HSL 176.33º 0.64% 0.55% -
HSV(B) 176.33º 0.69% 0.84% -
XYZ 36.94 53.11 65.43 -
YUV 168.02 148.3 55.23 -
System Red Green Blue C M Y K H S L
Decimal 66 213 204 0.69 0 0.04 0.16 176.33 0.64 0.55
Hex 42 D5 CC 45 0 4 10 B0 40 37
Octal 102 325 314 105 0 4 20 260 100 67
Binary 1000010 11010101 11001100 1000101 0 100 10000 10110000 1000000 110111

Color Harmonies of #42D5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D5CC

Black with #42D5CC

Text Example


Text Example

White with #42D5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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