Html Css Color HEX #56EEC8 Turquoise

📋 copy color: '#56EEC8'

red 86 ◦ green 238 ◦ blue 200

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

Shades of Turquoise #56EEC8

Tints of Turquoise #56EEC8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.42%

 BLUE value IS 200 (78.52% from 255) = 38.17%

R = 16.41%
G = 45.42%
B = 38.17%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#56EEC8 (or 0x56EEC8) is known color: Turquoise. HEX triplet: 56, EE and C8. RGB value is (86,238,200). Sum of RGB (Red+Green+Blue) = 86+238+200=524 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.41% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 238 - color contains mainly: green. Hex color #56EEC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EEC8 is #A91137. Grayscale: #BCBCBC. Windows color (decimal): -11079992 or 13168214. OLE color: 13168214.

HSL color Cylindrical-coordinate representation of color #56EEC8: hue angle of 165º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EEC8 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 86 238 200 -
CMYK 0.64 0 0.16 0.07
HSL 165º 0.82% 0.64% -
HSV(B) 165º 0.64% 0.93% -
XYZ 44.84 67.3 65.27 -
YUV 188.22 134.64 55.09 -
System Red Green Blue C M Y K H S L
Decimal 86 238 200 0.64 0 0.16 0.07 165 0.82 0.64
Hex 56 EE C8 40 0 10 7 A5 52 40
Octal 126 356 310 100 0 20 7 245 122 100
Binary 1010110 11101110 11001000 1000000 0 10000 111 10100101 1010010 1000000

Color Harmonies of #56EEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EEC8

Black with #56EEC8

Text Example


Text Example

White with #56EEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,238,200); }

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

background-color css

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

 a { background-color: rgb(86,238,200); }

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

border-color css

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

 span { border-color: rgb(86,238,200); }

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