Html Css Color HEX #55EABB Turquoise

📋 copy color: '#55EABB'

red 85 ◦ green 234 ◦ blue 187

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

Shades of Turquoise #55EABB

Tints of Turquoise #55EABB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.25%

 BLUE value IS 187 (73.44% from 255) = 36.96%

R = 16.8%
G = 46.25%
B = 36.96%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#55EABB (or 0x55EABB) is known color: Turquoise. HEX triplet: 55, EA and BB. RGB value is (85,234,187). Sum of RGB (Red+Green+Blue) = 85+234+187=506 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.80% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #55EABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EABB is #AA1544. Grayscale: #B8B8B8. Windows color (decimal): -11146565 or 12315221. OLE color: 12315221.

HSL color Cylindrical-coordinate representation of color #55EABB: hue angle of 161.07º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EABB is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 234 187 -
CMYK 0.64 0 0.20 0.08
HSL 161.07º 0.78% 0.63% -
HSV(B) 161.07º 0.64% 0.92% -
XYZ 42.14 64.36 57.22 -
YUV 184.09 129.64 57.32 -
System Red Green Blue C M Y K H S L
Decimal 85 234 187 0.64 0 0.20 0.08 161.07 0.78 0.63
Hex 55 EA BB 40 0 14 8 A1 4E 3F
Octal 125 352 273 100 0 24 10 241 116 77
Binary 1010101 11101010 10111011 1000000 0 10100 1000 10100001 1001110 111111

Color Harmonies of #55EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EABB

Black with #55EABB

Text Example


Text Example

White with #55EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,234,187); }

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

background-color css

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

 a { background-color: rgb(85,234,187); }

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

border-color css

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

 span { border-color: rgb(85,234,187); }

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