Html Css Color HEX #56E9D2 Turquoise

📋 copy color: '#56E9D2'

red 86 ◦ green 233 ◦ blue 210

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

Shades of Turquoise #56E9D2

Tints of Turquoise #56E9D2

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.05%

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

R = 16.26%
G = 44.05%
B = 39.7%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#56E9D2 (or 0x56E9D2) is known color: Turquoise. HEX triplet: 56, E9 and D2. RGB value is (86,233,210). Sum of RGB (Red+Green+Blue) = 86+233+210=529 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.26% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #56E9D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56E9D2 is #A9162D. Grayscale: #BABABA. Windows color (decimal): -11081262 or 13822294. OLE color: 13822294.

HSL color Cylindrical-coordinate representation of color #56E9D2: hue angle of 170.61º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56E9D2 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 86 233 210 -
CMYK 0.63 0 0.10 0.09
HSL 170.61º 0.77% 0.63% -
HSV(B) 170.61º 0.63% 0.91% -
XYZ 44.61 64.91 71.15 -
YUV 186.43 141.3 56.37 -
System Red Green Blue C M Y K H S L
Decimal 86 233 210 0.63 0 0.10 0.09 170.61 0.77 0.63
Hex 56 E9 D2 3F 0 A 9 AB 4D 3F
Octal 126 351 322 77 0 12 11 253 115 77
Binary 1010110 11101001 11010010 111111 0 1010 1001 10101011 1001101 111111

Color Harmonies of #56E9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56E9D2

Black with #56E9D2

Text Example


Text Example

White with #56E9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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