Html Css Color HEX #56C9CF Medium Turquoise

📋 copy color: '#56C9CF'

red 86 ◦ green 201 ◦ blue 207

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

Shades of Medium Turquoise #56C9CF

Tints of Medium Turquoise #56C9CF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.69%

 BLUE value IS 207 (81.25% from 255) = 41.9%

R = 17.41%
G = 40.69%
B = 41.9%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#56C9CF (or 0x56C9CF) is known color: Medium Turquoise. HEX triplet: 56, C9 and CF. RGB value is (86,201,207). Sum of RGB (Red+Green+Blue) = 86+201+207=494 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.41% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #56C9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C9CF is #A93630. Grayscale: #A7A7A7. Windows color (decimal): -11089457 or 13617494. OLE color: 13617494.

HSL color Cylindrical-coordinate representation of color #56C9CF: hue angle of 182.98º degrees, saturation: 0.56, 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 #56C9CF is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 201 207 -
CMYK 0.58 0.03 0 0.19
HSL 182.98º 0.56% 0.57% -
HSV(B) 182.98º 0.58% 0.81% -
XYZ 35.99 48.26 66.45 -
YUV 167.3 150.4 70.01 -
System Red Green Blue C M Y K H S L
Decimal 86 201 207 0.58 0.03 0 0.19 182.98 0.56 0.57
Hex 56 C9 CF 3A 3 0 13 B7 38 39
Octal 126 311 317 72 3 0 23 267 70 71
Binary 1010110 11001001 11001111 111010 11 0 10011 10110111 111000 111001

Color Harmonies of #56C9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C9CF

Black with #56C9CF

Text Example


Text Example

White with #56C9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,201,207); }

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

background-color css

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

 a { background-color: rgb(86,201,207); }

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

border-color css

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

 span { border-color: rgb(86,201,207); }

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