Html Css Color HEX #56FAD2 Turquoise

📋 copy color: '#56FAD2'

red 86 ◦ green 250 ◦ blue 210

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

Shades of Turquoise #56FAD2

Tints of Turquoise #56FAD2

RGB

 RED value IS 86 (33.98% from 255) = 15.75%

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

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

R = 15.75%
G = 45.79%
B = 38.46%

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

#56FAD2 (or 0x56FAD2) is known color: Turquoise. HEX triplet: 56, FA and D2. RGB value is (86,250,210). Sum of RGB (Red+Green+Blue) = 86+250+210=546 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.75% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #56FAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FAD2 is #A9052D. Grayscale: #C4C4C4. Windows color (decimal): -11076910 or 13826646. OLE color: 13826646.

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

Color convert

RGB 86 250 210 -
CMYK 0.66 0 0.16 0.02
HSL 165.37º 0.94% 0.66% -
HSV(B) 165.37º 0.66% 0.98% -
XYZ 49.66 75 72.83 -
YUV 196.4 135.67 49.25 -
System Red Green Blue C M Y K H S L
Decimal 86 250 210 0.66 0 0.16 0.02 165.37 0.94 0.66
Hex 56 FA D2 42 0 10 2 A5 5E 42
Octal 126 372 322 102 0 20 2 245 136 102
Binary 1010110 11111010 11010010 1000010 0 10000 10 10100101 1011110 1000010

Color Harmonies of #56FAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56FAD2

Black with #56FAD2

Text Example


Text Example

White with #56FAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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