Html Css Color HEX #55FAD4 Turquoise

📋 copy color: '#55FAD4'

red 85 ◦ green 250 ◦ blue 212

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

Shades of Turquoise #55FAD4

Tints of Turquoise #55FAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.76%

R = 15.54%
G = 45.7%
B = 38.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#55FAD4 (or 0x55FAD4) is known color: Turquoise. HEX triplet: 55, FA and D4. RGB value is (85,250,212). Sum of RGB (Red+Green+Blue) = 85+250+212=547 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.54% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #55FAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FAD4 is #AA052B. Grayscale: #C4C4C4. Windows color (decimal): -11142444 or 13957717. OLE color: 13957717.

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

Color convert

RGB 85 250 212 -
CMYK 0.66 0 0.15 0.02
HSL 166.18º 0.94% 0.66% -
HSV(B) 166.18º 0.66% 0.98% -
XYZ 49.82 75.06 74.15 -
YUV 196.33 136.84 48.59 -
System Red Green Blue C M Y K H S L
Decimal 85 250 212 0.66 0 0.15 0.02 166.18 0.94 0.66
Hex 55 FA D4 42 0 F 2 A6 5E 42
Octal 125 372 324 102 0 17 2 246 136 102
Binary 1010101 11111010 11010100 1000010 0 1111 10 10100110 1011110 1000010

Color Harmonies of #55FAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FAD4

Black with #55FAD4

Text Example


Text Example

White with #55FAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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