Html Css Color HEX #56CCDB Medium Turquoise

📋 copy color: '#56CCDB'

red 86 ◦ green 204 ◦ blue 219

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

Shades of Medium Turquoise #56CCDB

Tints of Medium Turquoise #56CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.08%

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

R = 16.9%
G = 40.08%
B = 43.03%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#56CCDB (or 0x56CCDB) is known color: Medium Turquoise. HEX triplet: 56, CC and DB. RGB value is (86,204,219). Sum of RGB (Red+Green+Blue) = 86+204+219=509 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.90% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #56CCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CCDB is #A93324. Grayscale: #AAAAAA. Windows color (decimal): -11088677 or 14404694. OLE color: 14404694.

HSL color Cylindrical-coordinate representation of color #56CCDB: hue angle of 186.77º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56CCDB is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 204 219 -
CMYK 0.61 0.07 0 0.14
HSL 186.77º 0.65% 0.6% -
HSV(B) 186.77º 0.61% 0.86% -
XYZ 38.22 50.28 74.71 -
YUV 170.43 155.41 67.78 -
System Red Green Blue C M Y K H S L
Decimal 86 204 219 0.61 0.07 0 0.14 186.77 0.65 0.6
Hex 56 CC DB 3D 7 0 E BB 41 3C
Octal 126 314 333 75 7 0 16 273 101 74
Binary 1010110 11001100 11011011 111101 111 0 1110 10111011 1000001 111100

Color Harmonies of #56CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CCDB

Black with #56CCDB

Text Example


Text Example

White with #56CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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