Html Css Color HEX #55FCD9 Turquoise

📋 copy color: '#55FCD9'

red 85 ◦ green 252 ◦ blue 217

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

Shades of Turquoise #55FCD9

Tints of Turquoise #55FCD9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.49%

 BLUE value IS 217 (85.16% from 255) = 39.17%

R = 15.34%
G = 45.49%
B = 39.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#55FCD9 (or 0x55FCD9) is known color: Turquoise. HEX triplet: 55, FC and D9. RGB value is (85,252,217). Sum of RGB (Red+Green+Blue) = 85+252+217=554 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.34% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 252 - color contains mainly: green. Hex color #55FCD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FCD9 is #AA0326. Grayscale: #C6C6C6. Windows color (decimal): -11141927 or 14285909. OLE color: 14285909.

HSL color Cylindrical-coordinate representation of color #55FCD9: hue angle of 167.43º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FCD9 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 252 217 -
CMYK 0.66 0 0.14 0.01
HSL 167.43º 0.97% 0.66% -
HSV(B) 167.43º 0.66% 0.99% -
XYZ 51.08 76.56 77.73 -
YUV 198.08 138.67 47.35 -
System Red Green Blue C M Y K H S L
Decimal 85 252 217 0.66 0 0.14 0.01 167.43 0.97 0.66
Hex 55 FC D9 42 0 E 1 A7 61 42
Octal 125 374 331 102 0 16 1 247 141 102
Binary 1010101 11111100 11011001 1000010 0 1110 1 10100111 1100001 1000010

Color Harmonies of #55FCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FCD9

Black with #55FCD9

Text Example


Text Example

White with #55FCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,252,217); }

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

background-color css

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

 a { background-color: rgb(85,252,217); }

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

border-color css

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

 span { border-color: rgb(85,252,217); }

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