Html Css Color HEX #55EEBA Turquoise

📋 copy color: '#55EEBA'

red 85 ◦ green 238 ◦ blue 186

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

Shades of Turquoise #55EEBA

Tints of Turquoise #55EEBA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.76%

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

R = 16.7%
G = 46.76%
B = 36.54%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#55EEBA (or 0x55EEBA) is known color: Turquoise. HEX triplet: 55, EE and BA. RGB value is (85,238,186). Sum of RGB (Red+Green+Blue) = 85+238+186=509 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.70% from 509); Green value is 238 (93.36% from 255 or 46.76% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 238 - color contains mainly: green. Hex color #55EEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EEBA is #AA1145. Grayscale: #BABABA. Windows color (decimal): -11145542 or 12250709. OLE color: 12250709.

HSL color Cylindrical-coordinate representation of color #55EEBA: hue angle of 159.61º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EEBA is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 238 186 -
CMYK 0.64 0 0.22 0.07
HSL 159.61º 0.82% 0.63% -
HSV(B) 159.61º 0.64% 0.93% -
XYZ 43.18 66.63 57.04 -
YUV 186.33 127.81 55.73 -
System Red Green Blue C M Y K H S L
Decimal 85 238 186 0.64 0 0.22 0.07 159.61 0.82 0.63
Hex 55 EE BA 40 0 16 7 A0 52 3F
Octal 125 356 272 100 0 26 7 240 122 77
Binary 1010101 11101110 10111010 1000000 0 10110 111 10100000 1010010 111111

Color Harmonies of #55EEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EEBA

Black with #55EEBA

Text Example


Text Example

White with #55EEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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