Html Css Color HEX #55FDB9 Turquoise

📋 copy color: '#55FDB9'

red 85 ◦ green 253 ◦ blue 185

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

Shades of Turquoise #55FDB9

Tints of Turquoise #55FDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.37%

R = 16.25%
G = 48.37%
B = 35.37%

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

#55FDB9 (or 0x55FDB9) is known color: Turquoise. HEX triplet: 55, FD and B9. RGB value is (85,253,185). Sum of RGB (Red+Green+Blue) = 85+253+185=523 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.25% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #55FDB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FDB9 is #AA0246. Grayscale: #C3C3C3. Windows color (decimal): -11141703 or 12189013. OLE color: 12189013.

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

Color convert

RGB 85 253 185 -
CMYK 0.66 0 0.27 0.01
HSL 155.71º 0.98% 0.66% -
HSV(B) 155.71º 0.66% 0.99% -
XYZ 47.63 75.68 58 -
YUV 195.02 122.34 49.53 -
System Red Green Blue C M Y K H S L
Decimal 85 253 185 0.66 0 0.27 0.01 155.71 0.98 0.66
Hex 55 FD B9 42 0 1B 1 9C 62 42
Octal 125 375 271 102 0 33 1 234 142 102
Binary 1010101 11111101 10111001 1000010 0 11011 1 10011100 1100010 1000010

Color Harmonies of #55FDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FDB9

Black with #55FDB9

Text Example


Text Example

White with #55FDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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