Html Css Color HEX #56FFD5 Turquoise

📋 copy color: '#56FFD5'

red 86 ◦ green 255 ◦ blue 213

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

Shades of Turquoise #56FFD5

Tints of Turquoise #56FFD5

RGB

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

 GREEN value IS 255 (100% from 255) = 46.03%

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

R = 15.52%
G = 46.03%
B = 38.45%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#56FFD5 (or 0x56FFD5) is known color: Turquoise. HEX triplet: 56, FF and D5. RGB value is (86,255,213). Sum of RGB (Red+Green+Blue) = 86+255+213=554 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.52% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #56FFD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FFD5 is #A9002A. Grayscale: #C7C7C7. Windows color (decimal): -11075627 or 14024534. OLE color: 14024534.

HSL color Cylindrical-coordinate representation of color #56FFD5: hue angle of 165.09º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FFD5 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 86 255 213 -
CMYK 0.66 0 0.16 0
HSL 165.09º 1% 0.67% -
HSV(B) 165.09º 0.66% 1% -
XYZ 51.61 78.3 75.34 -
YUV 199.68 135.51 46.92 -
System Red Green Blue C M Y K H S L
Decimal 86 255 213 0.66 0 0.16 0 165.09 1 0.67
Hex 56 FF D5 42 0 10 0 A5 64 43
Octal 126 377 325 102 0 20 0 245 144 103
Binary 1010110 11111111 11010101 1000010 0 10000 0 10100101 1100100 1000011

Color Harmonies of #56FFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56FFD5

Black with #56FFD5

Text Example


Text Example

White with #56FFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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