Html Css Color HEX #55DBBE Medium Turquoise

📋 copy color: '#55DBBE'

red 85 ◦ green 219 ◦ blue 190

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

Shades of Medium Turquoise #55DBBE

Tints of Medium Turquoise #55DBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.33%

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

R = 17.21%
G = 44.33%
B = 38.46%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#55DBBE (or 0x55DBBE) is known color: Medium Turquoise. HEX triplet: 55, DB and BE. RGB value is (85,219,190). Sum of RGB (Red+Green+Blue) = 85+219+190=494 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.21% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #55DBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DBBE is #AA2441. Grayscale: #AFAFAF. Windows color (decimal): -11150402 or 12507989. OLE color: 12507989.

HSL color Cylindrical-coordinate representation of color #55DBBE: hue angle of 167.01º degrees, saturation: 0.65, 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 #55DBBE is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 219 190 -
CMYK 0.61 0 0.13 0.14
HSL 167.01º 0.65% 0.6% -
HSV(B) 167.01º 0.61% 0.86% -
XYZ 38.37 56.31 57.56 -
YUV 175.63 136.11 63.36 -
System Red Green Blue C M Y K H S L
Decimal 85 219 190 0.61 0 0.13 0.14 167.01 0.65 0.6
Hex 55 DB BE 3D 0 D E A7 41 3C
Octal 125 333 276 75 0 15 16 247 101 74
Binary 1010101 11011011 10111110 111101 0 1101 1110 10100111 1000001 111100

Color Harmonies of #55DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DBBE

Black with #55DBBE

Text Example


Text Example

White with #55DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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