Html Css Color HEX #55FAC2 Turquoise

📋 copy color: '#55FAC2'

red 85 ◦ green 250 ◦ blue 194

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

Shades of Turquoise #55FAC2

Tints of Turquoise #55FAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.67%

R = 16.07%
G = 47.26%
B = 36.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#55FAC2 (or 0x55FAC2) is known color: Turquoise. HEX triplet: 55, FA and C2. RGB value is (85,250,194). Sum of RGB (Red+Green+Blue) = 85+250+194=529 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.07% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #55FAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FAC2 is #AA053D. Grayscale: #C2C2C2. Windows color (decimal): -11142462 or 12778069. OLE color: 12778069.

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

Color convert

RGB 85 250 194 -
CMYK 0.66 0 0.22 0.02
HSL 159.64º 0.94% 0.66% -
HSV(B) 159.64º 0.66% 0.98% -
XYZ 47.67 74.2 62.85 -
YUV 194.28 127.84 50.05 -
System Red Green Blue C M Y K H S L
Decimal 85 250 194 0.66 0 0.22 0.02 159.64 0.94 0.66
Hex 55 FA C2 42 0 16 2 A0 5E 42
Octal 125 372 302 102 0 26 2 240 136 102
Binary 1010101 11111010 11000010 1000010 0 10110 10 10100000 1011110 1000010

Color Harmonies of #55FAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FAC2

Black with #55FAC2

Text Example


Text Example

White with #55FAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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