Html Css Color HEX #55CDBA Medium Turquoise

📋 copy color: '#55CDBA'

red 85 ◦ green 205 ◦ blue 186

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

Shades of Medium Turquoise #55CDBA

Tints of Medium Turquoise #55CDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 17.86%
G = 43.07%
B = 39.08%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#55CDBA (or 0x55CDBA) is known color: Medium Turquoise. HEX triplet: 55, CD and BA. RGB value is (85,205,186). Sum of RGB (Red+Green+Blue) = 85+205+186=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #55CDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CDBA is #AA3245. Grayscale: #A6A6A6. Windows color (decimal): -11153990 or 12242261. OLE color: 12242261.

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

Color convert

RGB 85 205 186 -
CMYK 0.59 0 0.09 0.20
HSL 170.5º 0.55% 0.57% -
HSV(B) 170.5º 0.59% 0.8% -
XYZ 34.44 49.14 54.12 -
YUV 166.95 138.74 69.54 -
System Red Green Blue C M Y K H S L
Decimal 85 205 186 0.59 0 0.09 0.20 170.5 0.55 0.57
Hex 55 CD BA 3B 0 9 14 AA 37 39
Octal 125 315 272 73 0 11 24 252 67 71
Binary 1010101 11001101 10111010 111011 0 1001 10100 10101010 110111 111001

Color Harmonies of #55CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CDBA

Black with #55CDBA

Text Example


Text Example

White with #55CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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