Html Css Color HEX #56FDDB Turquoise

📋 copy color: '#56FDDB'

red 86 ◦ green 253 ◦ blue 219

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

Shades of Turquoise #56FDDB

Tints of Turquoise #56FDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.34%

 BLUE value IS 219 (85.94% from 255) = 39.25%

R = 15.41%
G = 45.34%
B = 39.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#56FDDB (or 0x56FDDB) is known color: Turquoise. HEX triplet: 56, FD and DB. RGB value is (86,253,219). Sum of RGB (Red+Green+Blue) = 86+253+219=558 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.41% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #56FDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FDDB is #A90224. Grayscale: #C7C7C7. Windows color (decimal): -11076133 or 14417238. OLE color: 14417238.

HSL color Cylindrical-coordinate representation of color #56FDDB: hue angle of 167.78º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FDDB is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 86 253 219 -
CMYK 0.66 0 0.13 0.01
HSL 167.78º 0.98% 0.66% -
HSV(B) 167.78º 0.66% 0.99% -
XYZ 51.75 77.34 79.22 -
YUV 199.19 139.17 47.26 -
System Red Green Blue C M Y K H S L
Decimal 86 253 219 0.66 0 0.13 0.01 167.78 0.98 0.66
Hex 56 FD DB 42 0 D 1 A8 62 42
Octal 126 375 333 102 0 15 1 250 142 102
Binary 1010110 11111101 11011011 1000010 0 1101 1 10101000 1100010 1000010

Color Harmonies of #56FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56FDDB

Black with #56FDDB

Text Example


Text Example

White with #56FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,253,219); }

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

background-color css

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

 a { background-color: rgb(86,253,219); }

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

border-color css

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

 span { border-color: rgb(86,253,219); }

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