Html Css Color HEX #55ECBA Turquoise

📋 copy color: '#55ECBA'

red 85 ◦ green 236 ◦ blue 186

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

Shades of Turquoise #55ECBA

Tints of Turquoise #55ECBA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.55%

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

R = 16.77%
G = 46.55%
B = 36.69%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#55ECBA (or 0x55ECBA) is known color: Turquoise. HEX triplet: 55, EC and BA. RGB value is (85,236,186). Sum of RGB (Red+Green+Blue) = 85+236+186=507 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.77% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #55ECBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55ECBA is #AA1345. Grayscale: #B9B9B9. Windows color (decimal): -11146054 or 12250197. OLE color: 12250197.

HSL color Cylindrical-coordinate representation of color #55ECBA: hue angle of 160.13º degrees, saturation: 0.8, 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 #55ECBA is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 236 186 -
CMYK 0.64 0 0.21 0.07
HSL 160.13º 0.8% 0.63% -
HSV(B) 160.13º 0.64% 0.93% -
XYZ 42.6 65.47 56.85 -
YUV 185.15 128.47 56.57 -
System Red Green Blue C M Y K H S L
Decimal 85 236 186 0.64 0 0.21 0.07 160.13 0.8 0.63
Hex 55 EC BA 40 0 15 7 A0 50 3F
Octal 125 354 272 100 0 25 7 240 120 77
Binary 1010101 11101100 10111010 1000000 0 10101 111 10100000 1010000 111111

Color Harmonies of #55ECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ECBA

Black with #55ECBA

Text Example


Text Example

White with #55ECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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