Html Css Color HEX #55CDCE Medium Turquoise

📋 copy color: '#55CDCE'

red 85 ◦ green 205 ◦ blue 206

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

Shades of Medium Turquoise #55CDCE

Tints of Medium Turquoise #55CDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 17.14%
G = 41.33%
B = 41.53%

CMYK

 C value IS 0.59

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#55CDCE (or 0x55CDCE) is known color: Medium Turquoise. HEX triplet: 55, CD and CE. RGB value is (85,205,206). Sum of RGB (Red+Green+Blue) = 85+205+206=496 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.14% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #55CDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CDCE is #AA3231. Grayscale: #A9A9A9. Windows color (decimal): -11153970 or 13552981. OLE color: 13552981.

HSL color Cylindrical-coordinate representation of color #55CDCE: hue angle of 180.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CDCE is Cyan = 0.59, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 205 206 -
CMYK 0.59 0.00 0 0.19
HSL 180.5º 0.55% 0.57% -
HSV(B) 180.5º 0.59% 0.81% -
XYZ 36.72 50.05 66.12 -
YUV 169.23 148.74 67.92 -
System Red Green Blue C M Y K H S L
Decimal 85 205 206 0.59 0.00 0 0.19 180.5 0.55 0.57
Hex 55 CD CE 3B 0 0 13 B4 37 39
Octal 125 315 316 73 0 0 23 264 67 71
Binary 1010101 11001101 11001110 111011 0 0 10011 10110100 110111 111001

Color Harmonies of #55CDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CDCE

Black with #55CDCE

Text Example


Text Example

White with #55CDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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