Html Css Color HEX #55FCD8 Turquoise

📋 copy color: '#55FCD8'

red 85 ◦ green 252 ◦ blue 216

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

Shades of Turquoise #55FCD8

Tints of Turquoise #55FCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.06%

R = 15.37%
G = 45.57%
B = 39.06%

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

#55FCD8 (or 0x55FCD8) is known color: Turquoise. HEX triplet: 55, FC and D8. RGB value is (85,252,216). Sum of RGB (Red+Green+Blue) = 85+252+216=553 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.37% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #55FCD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FCD8 is #AA0327. Grayscale: #C5C5C5. Windows color (decimal): -11141928 or 14220373. OLE color: 14220373.

HSL color Cylindrical-coordinate representation of color #55FCD8: hue angle of 167.07º 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 #55FCD8 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 252 216 -
CMYK 0.66 0 0.14 0.01
HSL 167.07º 0.97% 0.66% -
HSV(B) 167.07º 0.66% 0.99% -
XYZ 50.95 76.51 77.05 -
YUV 197.96 138.17 47.43 -
System Red Green Blue C M Y K H S L
Decimal 85 252 216 0.66 0 0.14 0.01 167.07 0.97 0.66
Hex 55 FC D8 42 0 E 1 A7 61 42
Octal 125 374 330 102 0 16 1 247 141 102
Binary 1010101 11111100 11011000 1000010 0 1110 1 10100111 1100001 1000010

Color Harmonies of #55FCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FCD8

Black with #55FCD8

Text Example


Text Example

White with #55FCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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