Html Css Color HEX #55FDBB Turquoise

📋 copy color: '#55FDBB'

red 85 ◦ green 253 ◦ blue 187

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

Shades of Turquoise #55FDBB

Tints of Turquoise #55FDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.62%

R = 16.19%
G = 48.19%
B = 35.62%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#55FDBB (or 0x55FDBB) is known color: Turquoise. HEX triplet: 55, FD and BB. RGB value is (85,253,187). Sum of RGB (Red+Green+Blue) = 85+253+187=525 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.19% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #55FDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FDBB is #AA0244. Grayscale: #C3C3C3. Windows color (decimal): -11141701 or 12320085. OLE color: 12320085.

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

Color convert

RGB 85 253 187 -
CMYK 0.66 0 0.26 0.01
HSL 156.43º 0.98% 0.66% -
HSV(B) 156.43º 0.66% 0.99% -
XYZ 47.84 75.77 59.12 -
YUV 195.24 123.34 49.37 -
System Red Green Blue C M Y K H S L
Decimal 85 253 187 0.66 0 0.26 0.01 156.43 0.98 0.66
Hex 55 FD BB 42 0 1A 1 9C 62 42
Octal 125 375 273 102 0 32 1 234 142 102
Binary 1010101 11111101 10111011 1000010 0 11010 1 10011100 1100010 1000010

Color Harmonies of #55FDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FDBB

Black with #55FDBB

Text Example


Text Example

White with #55FDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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