Html Css Color HEX #56CBBC Medium Turquoise

📋 copy color: '#56CBBC'

red 86 ◦ green 203 ◦ blue 188

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

Shades of Medium Turquoise #56CBBC

Tints of Medium Turquoise #56CBBC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.56%

 BLUE value IS 188 (73.83% from 255) = 39.41%

R = 18.03%
G = 42.56%
B = 39.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#56CBBC (or 0x56CBBC) is known color: Medium Turquoise. HEX triplet: 56, CB and BC. RGB value is (86,203,188). Sum of RGB (Red+Green+Blue) = 86+203+188=477 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.03% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #56CBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CBBC is #A93443. Grayscale: #A6A6A6. Windows color (decimal): -11088964 or 12372822. OLE color: 12372822.

HSL color Cylindrical-coordinate representation of color #56CBBC: hue angle of 172.31º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CBBC is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 203 188 -
CMYK 0.58 0 0.07 0.20
HSL 172.31º 0.53% 0.57% -
HSV(B) 172.31º 0.58% 0.8% -
XYZ 34.27 48.32 55.1 -
YUV 166.31 140.24 70.72 -
System Red Green Blue C M Y K H S L
Decimal 86 203 188 0.58 0 0.07 0.20 172.31 0.53 0.57
Hex 56 CB BC 3A 0 7 14 AC 35 39
Octal 126 313 274 72 0 7 24 254 65 71
Binary 1010110 11001011 10111100 111010 0 111 10100 10101100 110101 111001

Color Harmonies of #56CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CBBC

Black with #56CBBC

Text Example


Text Example

White with #56CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,203,188); }

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

background-color css

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

 a { background-color: rgb(86,203,188); }

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

border-color css

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

 span { border-color: rgb(86,203,188); }

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