Html Css Color HEX #55E0BF Medium Turquoise

📋 copy color: '#55E0BF'

red 85 ◦ green 224 ◦ blue 191

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

Shades of Medium Turquoise #55E0BF

Tints of Medium Turquoise #55E0BF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.8%

 BLUE value IS 191 (75% from 255) = 38.2%

R = 17%
G = 44.8%
B = 38.2%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#55E0BF (or 0x55E0BF) is known color: Medium Turquoise. HEX triplet: 55, E0 and BF. RGB value is (85,224,191). Sum of RGB (Red+Green+Blue) = 85+224+191=500 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #55E0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E0BF is #AA1F40. Grayscale: #B2B2B2. Windows color (decimal): -11149121 or 12574805. OLE color: 12574805.

HSL color Cylindrical-coordinate representation of color #55E0BF: hue angle of 165.76º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E0BF is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 224 191 -
CMYK 0.62 0 0.15 0.12
HSL 165.76º 0.69% 0.61% -
HSV(B) 165.76º 0.62% 0.88% -
XYZ 39.81 59 58.58 -
YUV 178.68 134.95 61.18 -
System Red Green Blue C M Y K H S L
Decimal 85 224 191 0.62 0 0.15 0.12 165.76 0.69 0.61
Hex 55 E0 BF 3E 0 F C A6 45 3D
Octal 125 340 277 76 0 17 14 246 105 75
Binary 1010101 11100000 10111111 111110 0 1111 1100 10100110 1000101 111101

Color Harmonies of #55E0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E0BF

Black with #55E0BF

Text Example


Text Example

White with #55E0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,224,191); }

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

background-color css

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

 a { background-color: rgb(85,224,191); }

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

border-color css

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

 span { border-color: rgb(85,224,191); }

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