Html Css Color HEX #55FABA Turquoise

📋 copy color: '#55FABA'

red 85 ◦ green 250 ◦ blue 186

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

Shades of Turquoise #55FABA

Tints of Turquoise #55FABA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.98%

 BLUE value IS 186 (73.05% from 255) = 35.7%

R = 16.31%
G = 47.98%
B = 35.7%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#55FABA (or 0x55FABA) is known color: Turquoise. HEX triplet: 55, FA and BA. RGB value is (85,250,186). Sum of RGB (Red+Green+Blue) = 85+250+186=521 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.31% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #55FABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FABA is #AA0545. Grayscale: #C1C1C1. Windows color (decimal): -11142470 or 12253781. OLE color: 12253781.

HSL color Cylindrical-coordinate representation of color #55FABA: hue angle of 156.73º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FABA is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 250 186 -
CMYK 0.66 0 0.26 0.02
HSL 156.73º 0.94% 0.66% -
HSV(B) 156.73º 0.66% 0.98% -
XYZ 46.79 73.85 58.24 -
YUV 193.37 123.84 50.7 -
System Red Green Blue C M Y K H S L
Decimal 85 250 186 0.66 0 0.26 0.02 156.73 0.94 0.66
Hex 55 FA BA 42 0 1A 2 9D 5E 42
Octal 125 372 272 102 0 32 2 235 136 102
Binary 1010101 11111010 10111010 1000010 0 11010 10 10011101 1011110 1000010

Color Harmonies of #55FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FABA

Black with #55FABA

Text Example


Text Example

White with #55FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,250,186); }

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

background-color css

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

 a { background-color: rgb(85,250,186); }

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

border-color css

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

 span { border-color: rgb(85,250,186); }

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