Html Css Color HEX #55FAD2 Turquoise

📋 copy color: '#55FAD2'

red 85 ◦ green 250 ◦ blue 210

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

Shades of Turquoise #55FAD2

Tints of Turquoise #55FAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.53%

R = 15.6%
G = 45.87%
B = 38.53%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#55FAD2 (or 0x55FAD2) is known color: Turquoise. HEX triplet: 55, FA and D2. RGB value is (85,250,210). Sum of RGB (Red+Green+Blue) = 85+250+210=545 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.60% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #55FAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FAD2 is #AA052D. Grayscale: #C4C4C4. Windows color (decimal): -11142446 or 13826645. OLE color: 13826645.

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

Color convert

RGB 85 250 210 -
CMYK 0.66 0 0.16 0.02
HSL 165.45º 0.94% 0.66% -
HSV(B) 165.45º 0.66% 0.98% -
XYZ 49.56 74.96 72.83 -
YUV 196.11 135.84 48.75 -
System Red Green Blue C M Y K H S L
Decimal 85 250 210 0.66 0 0.16 0.02 165.45 0.94 0.66
Hex 55 FA D2 42 0 10 2 A5 5E 42
Octal 125 372 322 102 0 20 2 245 136 102
Binary 1010101 11111010 11010010 1000010 0 10000 10 10100101 1011110 1000010

Color Harmonies of #55FAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FAD2

Black with #55FAD2

Text Example


Text Example

White with #55FAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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