Html Css Color HEX #55E9C2 Turquoise

📋 copy color: '#55E9C2'

red 85 ◦ green 233 ◦ blue 194

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

Shades of Turquoise #55E9C2

Tints of Turquoise #55E9C2

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.51%

 BLUE value IS 194 (76.17% from 255) = 37.89%

R = 16.6%
G = 45.51%
B = 37.89%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#55E9C2 (or 0x55E9C2) is known color: Turquoise. HEX triplet: 55, E9 and C2. RGB value is (85,233,194). Sum of RGB (Red+Green+Blue) = 85+233+194=512 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.60% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #55E9C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55E9C2 is #AA163D. Grayscale: #B8B8B8. Windows color (decimal): -11146814 or 12773717. OLE color: 12773717.

HSL color Cylindrical-coordinate representation of color #55E9C2: hue angle of 164.19º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55E9C2 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 85 233 194 -
CMYK 0.64 0 0.17 0.09
HSL 164.19º 0.77% 0.62% -
HSV(B) 164.19º 0.64% 0.91% -
XYZ 42.62 64.1 61.17 -
YUV 184.3 133.47 57.17 -
System Red Green Blue C M Y K H S L
Decimal 85 233 194 0.64 0 0.17 0.09 164.19 0.77 0.62
Hex 55 E9 C2 40 0 11 9 A4 4D 3E
Octal 125 351 302 100 0 21 11 244 115 76
Binary 1010101 11101001 11000010 1000000 0 10001 1001 10100100 1001101 111110

Color Harmonies of #55E9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E9C2

Black with #55E9C2

Text Example


Text Example

White with #55E9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,233,194); }

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

background-color css

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

 a { background-color: rgb(85,233,194); }

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

border-color css

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

 span { border-color: rgb(85,233,194); }

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