Html Css Color HEX #55FDB8 Turquoise

📋 copy color: '#55FDB8'

red 85 ◦ green 253 ◦ blue 184

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

Shades of Turquoise #55FDB8

Tints of Turquoise #55FDB8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.47%

 BLUE value IS 184 (72.27% from 255) = 35.25%

R = 16.28%
G = 48.47%
B = 35.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#55FDB8 (or 0x55FDB8) is known color: Turquoise. HEX triplet: 55, FD and B8. RGB value is (85,253,184). Sum of RGB (Red+Green+Blue) = 85+253+184=522 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.28% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #55FDB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FDB8 is #AA0247. Grayscale: #C3C3C3. Windows color (decimal): -11141704 or 12123477. OLE color: 12123477.

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

Color convert

RGB 85 253 184 -
CMYK 0.66 0 0.27 0.01
HSL 155.36º 0.98% 0.66% -
HSV(B) 155.36º 0.66% 0.99% -
XYZ 47.52 75.64 57.44 -
YUV 194.9 121.84 49.61 -
System Red Green Blue C M Y K H S L
Decimal 85 253 184 0.66 0 0.27 0.01 155.36 0.98 0.66
Hex 55 FD B8 42 0 1B 1 9B 62 42
Octal 125 375 270 102 0 33 1 233 142 102
Binary 1010101 11111101 10111000 1000010 0 11011 1 10011011 1100010 1000010

Color Harmonies of #55FDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FDB8

Black with #55FDB8

Text Example


Text Example

White with #55FDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,253,184); }

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

background-color css

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

 a { background-color: rgb(85,253,184); }

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

border-color css

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

 span { border-color: rgb(85,253,184); }

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