Html Css Color HEX #56CEBA Medium Turquoise

📋 copy color: '#56CEBA'

red 86 ◦ green 206 ◦ blue 186

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

Shades of Medium Turquoise #56CEBA

Tints of Medium Turquoise #56CEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.91%

R = 17.99%
G = 43.1%
B = 38.91%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#56CEBA (or 0x56CEBA) is known color: Medium Turquoise. HEX triplet: 56, CE and BA. RGB value is (86,206,186). Sum of RGB (Red+Green+Blue) = 86+206+186=478 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.99% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #56CEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CEBA is #A93145. Grayscale: #A7A7A7. Windows color (decimal): -11088198 or 12242518. OLE color: 12242518.

HSL color Cylindrical-coordinate representation of color #56CEBA: hue angle of 170º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CEBA is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 206 186 -
CMYK 0.58 0 0.10 0.19
HSL 170º 0.55% 0.57% -
HSV(B) 170º 0.58% 0.81% -
XYZ 34.77 49.67 54.21 -
YUV 167.84 138.24 69.63 -
System Red Green Blue C M Y K H S L
Decimal 86 206 186 0.58 0 0.10 0.19 170 0.55 0.57
Hex 56 CE BA 3A 0 A 13 AA 37 39
Octal 126 316 272 72 0 12 23 252 67 71
Binary 1010110 11001110 10111010 111010 0 1010 10011 10101010 110111 111001

Color Harmonies of #56CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CEBA

Black with #56CEBA

Text Example


Text Example

White with #56CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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