Html Css Color HEX #55E3BF Turquoise

📋 copy color: '#55E3BF'

red 85 ◦ green 227 ◦ blue 191

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

Shades of Turquoise #55E3BF

Tints of Turquoise #55E3BF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.13%

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

R = 16.9%
G = 45.13%
B = 37.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#55E3BF (or 0x55E3BF) is known color: Turquoise. HEX triplet: 55, E3 and BF. RGB value is (85,227,191). Sum of RGB (Red+Green+Blue) = 85+227+191=503 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.90% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #55E3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E3BF is #AA1C40. Grayscale: #B4B4B4. Windows color (decimal): -11148353 or 12575573. OLE color: 12575573.

HSL color Cylindrical-coordinate representation of color #55E3BF: hue angle of 164.79º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E3BF is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 85 227 191 -
CMYK 0.63 0 0.16 0.11
HSL 164.79º 0.72% 0.61% -
HSV(B) 164.79º 0.63% 0.89% -
XYZ 40.62 60.63 58.85 -
YUV 180.44 133.96 59.93 -
System Red Green Blue C M Y K H S L
Decimal 85 227 191 0.63 0 0.16 0.11 164.79 0.72 0.61
Hex 55 E3 BF 3F 0 10 B A5 48 3D
Octal 125 343 277 77 0 20 13 245 110 75
Binary 1010101 11100011 10111111 111111 0 10000 1011 10100101 1001000 111101

Color Harmonies of #55E3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E3BF

Black with #55E3BF

Text Example


Text Example

White with #55E3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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