Html Css Color HEX #55D2BA Medium Turquoise

📋 copy color: '#55D2BA'

red 85 ◦ green 210 ◦ blue 186

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

Shades of Medium Turquoise #55D2BA

Tints of Medium Turquoise #55D2BA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.66%

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

R = 17.67%
G = 43.66%
B = 38.67%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#55D2BA (or 0x55D2BA) is known color: Medium Turquoise. HEX triplet: 55, D2 and BA. RGB value is (85,210,186). Sum of RGB (Red+Green+Blue) = 85+210+186=481 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.67% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #55D2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D2BA is #AA2D45. Grayscale: #A9A9A9. Windows color (decimal): -11152710 or 12243541. OLE color: 12243541.

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

Color convert

RGB 85 210 186 -
CMYK 0.60 0 0.11 0.18
HSL 168.48º 0.58% 0.58% -
HSV(B) 168.48º 0.6% 0.82% -
XYZ 35.66 51.57 54.53 -
YUV 169.89 137.09 67.45 -
System Red Green Blue C M Y K H S L
Decimal 85 210 186 0.60 0 0.11 0.18 168.48 0.58 0.58
Hex 55 D2 BA 3C 0 B 12 A8 3A 3A
Octal 125 322 272 74 0 13 22 250 72 72
Binary 1010101 11010010 10111010 111100 0 1011 10010 10101000 111010 111010

Color Harmonies of #55D2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D2BA

Black with #55D2BA

Text Example


Text Example

White with #55D2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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