Html Css Color HEX #56EFD5 Turquoise

📋 copy color: '#56EFD5'

red 86 ◦ green 239 ◦ blue 213

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

Shades of Turquoise #56EFD5

Tints of Turquoise #56EFD5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.42%

 BLUE value IS 213 (83.59% from 255) = 39.59%

R = 15.99%
G = 44.42%
B = 39.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#56EFD5 (or 0x56EFD5) is known color: Turquoise. HEX triplet: 56, EF and D5. RGB value is (86,239,213). Sum of RGB (Red+Green+Blue) = 86+239+213=538 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.99% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #56EFD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EFD5 is #A9102A. Grayscale: #BEBEBE. Windows color (decimal): -11079723 or 14020438. OLE color: 14020438.

HSL color Cylindrical-coordinate representation of color #56EFD5: hue angle of 169.8º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EFD5 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 86 239 213 -
CMYK 0.64 0 0.11 0.06
HSL 169.8º 0.83% 0.64% -
HSV(B) 169.8º 0.64% 0.94% -
XYZ 46.71 68.52 73.71 -
YUV 190.29 140.81 53.61 -
System Red Green Blue C M Y K H S L
Decimal 86 239 213 0.64 0 0.11 0.06 169.8 0.83 0.64
Hex 56 EF D5 40 0 B 6 AA 53 40
Octal 126 357 325 100 0 13 6 252 123 100
Binary 1010110 11101111 11010101 1000000 0 1011 110 10101010 1010011 1000000

Color Harmonies of #56EFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EFD5

Black with #56EFD5

Text Example


Text Example

White with #56EFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,239,213); }

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

background-color css

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

 a { background-color: rgb(86,239,213); }

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

border-color css

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

 span { border-color: rgb(86,239,213); }

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