Html Css Color HEX #56CCCD Medium Turquoise

📋 copy color: '#56CCCD'

red 86 ◦ green 204 ◦ blue 205

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

Shades of Medium Turquoise #56CCCD

Tints of Medium Turquoise #56CCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 17.37%
G = 41.21%
B = 41.41%

CMYK

 C value IS 0.58

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#56CCCD (or 0x56CCCD) is known color: Medium Turquoise. HEX triplet: 56, CC and CD. RGB value is (86,204,205). Sum of RGB (Red+Green+Blue) = 86+204+205=495 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.37% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #56CCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CCCD is #A93332. Grayscale: #A8A8A8. Windows color (decimal): -11088691 or 13487190. OLE color: 13487190.

HSL color Cylindrical-coordinate representation of color #56CCCD: hue angle of 180.5º degrees, saturation: 0.54, 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 #56CCCD is Cyan = 0.58, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 204 205 -
CMYK 0.58 0.00 0 0.20
HSL 180.5º 0.54% 0.57% -
HSV(B) 180.5º 0.58% 0.8% -
XYZ 36.45 49.57 65.4 -
YUV 168.83 148.41 68.92 -
System Red Green Blue C M Y K H S L
Decimal 86 204 205 0.58 0.00 0 0.20 180.5 0.54 0.57
Hex 56 CC CD 3A 0 0 14 B5 36 39
Octal 126 314 315 72 0 0 24 265 66 71
Binary 1010110 11001100 11001101 111010 0 0 10100 10110101 110110 111001

Color Harmonies of #56CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CCCD

Black with #56CCCD

Text Example


Text Example

White with #56CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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