Html Css Color HEX #56CEDB Medium Turquoise

📋 copy color: '#56CEDB'

red 86 ◦ green 206 ◦ blue 219

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

Shades of Medium Turquoise #56CEDB

Tints of Medium Turquoise #56CEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.31%

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

R = 16.83%
G = 40.31%
B = 42.86%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#56CEDB (or 0x56CEDB) is known color: Medium Turquoise. HEX triplet: 56, CE and DB. RGB value is (86,206,219). Sum of RGB (Red+Green+Blue) = 86+206+219=511 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.83% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #56CEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CEDB is #A93124. Grayscale: #ABABAB. Windows color (decimal): -11088165 or 14405206. OLE color: 14405206.

HSL color Cylindrical-coordinate representation of color #56CEDB: hue angle of 185.86º 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 #56CEDB is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 206 219 -
CMYK 0.61 0.06 0 0.14
HSL 185.86º 0.65% 0.6% -
HSV(B) 185.86º 0.61% 0.86% -
XYZ 38.7 51.24 74.87 -
YUV 171.6 154.74 66.94 -
System Red Green Blue C M Y K H S L
Decimal 86 206 219 0.61 0.06 0 0.14 185.86 0.65 0.6
Hex 56 CE DB 3D 6 0 E BA 41 3C
Octal 126 316 333 75 6 0 16 272 101 74
Binary 1010110 11001110 11011011 111101 110 0 1110 10111010 1000001 111100

Color Harmonies of #56CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CEDB

Black with #56CEDB

Text Example


Text Example

White with #56CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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