Html Css Color HEX #56EAD3 Turquoise

📋 copy color: '#56EAD3'

red 86 ◦ green 234 ◦ blue 211

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

Shades of Turquoise #56EAD3

Tints of Turquoise #56EAD3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.07%

 BLUE value IS 211 (82.81% from 255) = 39.74%

R = 16.2%
G = 44.07%
B = 39.74%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#56EAD3 (or 0x56EAD3) is known color: Turquoise. HEX triplet: 56, EA and D3. RGB value is (86,234,211). Sum of RGB (Red+Green+Blue) = 86+234+211=531 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.20% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #56EAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EAD3 is #A9152C. Grayscale: #BBBBBB. Windows color (decimal): -11081005 or 13888086. OLE color: 13888086.

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

Color convert

RGB 86 234 211 -
CMYK 0.63 0 0.10 0.08
HSL 170.68º 0.78% 0.63% -
HSV(B) 170.68º 0.63% 0.92% -
XYZ 45.02 65.53 71.9 -
YUV 187.13 141.47 55.87 -
System Red Green Blue C M Y K H S L
Decimal 86 234 211 0.63 0 0.10 0.08 170.68 0.78 0.63
Hex 56 EA D3 3F 0 A 8 AB 4E 3F
Octal 126 352 323 77 0 12 10 253 116 77
Binary 1010110 11101010 11010011 111111 0 1010 1000 10101011 1001110 111111

Color Harmonies of #56EAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EAD3

Black with #56EAD3

Text Example


Text Example

White with #56EAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,234,211); }

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

background-color css

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

 a { background-color: rgb(86,234,211); }

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

border-color css

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

 span { border-color: rgb(86,234,211); }

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