Html Css Color HEX #55CDD1 Medium Turquoise

📋 copy color: '#55CDD1'

red 85 ◦ green 205 ◦ blue 209

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

Shades of Medium Turquoise #55CDD1

Tints of Medium Turquoise #55CDD1

RGB

 RED value IS 85 (33.59% from 255) = 17.03%

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

 BLUE value IS 209 (82.03% from 255) = 41.88%

R = 17.03%
G = 41.08%
B = 41.88%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#55CDD1 (or 0x55CDD1) is known color: Medium Turquoise. HEX triplet: 55, CD and D1. RGB value is (85,205,209). Sum of RGB (Red+Green+Blue) = 85+205+209=499 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17.03% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 209 - color contains mainly: blue. Hex color #55CDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CDD1 is #AA322E. Grayscale: #A9A9A9. Windows color (decimal): -11153967 or 13749589. OLE color: 13749589.

HSL color Cylindrical-coordinate representation of color #55CDD1: hue angle of 181.94º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CDD1 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 205 209 -
CMYK 0.59 0.02 0 0.18
HSL 181.94º 0.57% 0.58% -
HSV(B) 181.94º 0.59% 0.82% -
XYZ 37.09 50.2 68.06 -
YUV 169.58 150.24 67.67 -
System Red Green Blue C M Y K H S L
Decimal 85 205 209 0.59 0.02 0 0.18 181.94 0.57 0.58
Hex 55 CD D1 3B 2 0 12 B6 39 3A
Octal 125 315 321 73 2 0 22 266 71 72
Binary 1010101 11001101 11010001 111011 10 0 10010 10110110 111001 111010

Color Harmonies of #55CDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CDD1

Black with #55CDD1

Text Example


Text Example

White with #55CDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55CDD1; }

 p { color: rgb(85,205,209); }

 H1.HeaderClassName
 {
   color: #55CDD1;
 }
 .AnyTagClassName
 {
   color: #55CDD1;
 }
</style>

background-color css

<style>
 a { background-color: #55CDD1; }

 a { background-color: rgb(85,205,209); }

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

border-color css

<style>
 span { border-color: #55CDD1; }

 span { border-color: rgb(85,205,209); }

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