Html Css Color HEX #55DCBE Medium Turquoise

📋 copy color: '#55DCBE'

red 85 ◦ green 220 ◦ blue 190

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

Shades of Medium Turquoise #55DCBE

Tints of Medium Turquoise #55DCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.44%

 BLUE value IS 190 (74.61% from 255) = 38.38%

R = 17.17%
G = 44.44%
B = 38.38%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#55DCBE (or 0x55DCBE) is known color: Medium Turquoise. HEX triplet: 55, DC and BE. RGB value is (85,220,190). Sum of RGB (Red+Green+Blue) = 85+220+190=495 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.17% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #55DCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DCBE is #AA2341. Grayscale: #B0B0B0. Windows color (decimal): -11150146 or 12508245. OLE color: 12508245.

HSL color Cylindrical-coordinate representation of color #55DCBE: hue angle of 166.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DCBE is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 220 190 -
CMYK 0.61 0 0.14 0.14
HSL 166.67º 0.66% 0.6% -
HSV(B) 166.67º 0.61% 0.86% -
XYZ 38.63 56.84 57.65 -
YUV 176.22 135.77 62.94 -
System Red Green Blue C M Y K H S L
Decimal 85 220 190 0.61 0 0.14 0.14 166.67 0.66 0.6
Hex 55 DC BE 3D 0 E E A7 42 3C
Octal 125 334 276 75 0 16 16 247 102 74
Binary 1010101 11011100 10111110 111101 0 1110 1110 10100111 1000010 111100

Color Harmonies of #55DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DCBE

Black with #55DCBE

Text Example


Text Example

White with #55DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,220,190); }

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

background-color css

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

 a { background-color: rgb(85,220,190); }

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

border-color css

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

 span { border-color: rgb(85,220,190); }

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