Html Css Color HEX #42CDD5 Medium Turquoise

📋 copy color: '#42CDD5'

red 66 ◦ green 205 ◦ blue 213

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

Shades of Medium Turquoise #42CDD5

Tints of Medium Turquoise #42CDD5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.36%

 BLUE value IS 213 (83.59% from 255) = 44.01%

R = 13.64%
G = 42.36%
B = 44.01%

CMYK

 C value IS 0.69

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#42CDD5 (or 0x42CDD5) is known color: Medium Turquoise. HEX triplet: 42, CD and D5. RGB value is (66,205,213). Sum of RGB (Red+Green+Blue) = 66+205+213=484 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.64% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #42CDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CDD5 is #BD322A. Grayscale: #A4A4A4. Windows color (decimal): -12399147 or 14011714. OLE color: 14011714.

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

Color convert

RGB 66 205 213 -
CMYK 0.69 0.04 0 0.16
HSL 183.27º 0.64% 0.55% -
HSV(B) 183.27º 0.69% 0.84% -
XYZ 36.09 49.62 70.63 -
YUV 164.35 155.45 57.85 -
System Red Green Blue C M Y K H S L
Decimal 66 205 213 0.69 0.04 0 0.16 183.27 0.64 0.55
Hex 42 CD D5 45 4 0 10 B7 40 37
Octal 102 315 325 105 4 0 20 267 100 67
Binary 1000010 11001101 11010101 1000101 100 0 10000 10110111 1000000 110111

Color Harmonies of #42CDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CDD5

Black with #42CDD5

Text Example


Text Example

White with #42CDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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