Html Css Color HEX #55E1C7 Turquoise

📋 copy color: '#55E1C7'

red 85 ◦ green 225 ◦ blue 199

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

Shades of Turquoise #55E1C7

Tints of Turquoise #55E1C7

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.2%

 BLUE value IS 199 (78.13% from 255) = 39.1%

R = 16.7%
G = 44.2%
B = 39.1%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#55E1C7 (or 0x55E1C7) is known color: Turquoise. HEX triplet: 55, E1 and C7. RGB value is (85,225,199). Sum of RGB (Red+Green+Blue) = 85+225+199=509 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.70% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #55E1C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E1C7 is #AA1E38. Grayscale: #B4B4B4. Windows color (decimal): -11148857 or 13099349. OLE color: 13099349.

HSL color Cylindrical-coordinate representation of color #55E1C7: hue angle of 168.86º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E1C7 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 225 199 -
CMYK 0.62 0 0.12 0.12
HSL 168.86º 0.7% 0.61% -
HSV(B) 168.86º 0.62% 0.88% -
XYZ 40.98 59.91 63.44 -
YUV 180.18 138.62 60.11 -
System Red Green Blue C M Y K H S L
Decimal 85 225 199 0.62 0 0.12 0.12 168.86 0.7 0.61
Hex 55 E1 C7 3E 0 C C A9 46 3D
Octal 125 341 307 76 0 14 14 251 106 75
Binary 1010101 11100001 11000111 111110 0 1100 1100 10101001 1000110 111101

Color Harmonies of #55E1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E1C7

Black with #55E1C7

Text Example


Text Example

White with #55E1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,225,199); }

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

background-color css

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

 a { background-color: rgb(85,225,199); }

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

border-color css

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

 span { border-color: rgb(85,225,199); }

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