Html Css Color HEX #56CFCF Medium Turquoise

📋 copy color: '#56CFCF'

red 86 ◦ green 207 ◦ blue 207

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

Shades of Medium Turquoise #56CFCF

Tints of Medium Turquoise #56CFCF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.4%

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

R = 17.2%
G = 41.4%
B = 41.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#56CFCF (or 0x56CFCF) is known color: Medium Turquoise. HEX triplet: 56, CF and CF. RGB value is (86,207,207). Sum of RGB (Red+Green+Blue) = 86+207+207=500 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.2% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #56CFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CFCF is #A93030. Grayscale: #AAAAAA. Windows color (decimal): -11087921 or 13619030. OLE color: 13619030.

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

Color convert

RGB 86 207 207 -
CMYK 0.58 0 0 0.19
HSL 180º 0.56% 0.57% -
HSV(B) 180º 0.58% 0.81% -
XYZ 37.41 51.11 66.92 -
YUV 170.82 148.41 67.5 -
System Red Green Blue C M Y K H S L
Decimal 86 207 207 0.58 0 0 0.19 180 0.56 0.57
Hex 56 CF CF 3A 0 0 13 B4 38 39
Octal 126 317 317 72 0 0 23 264 70 71
Binary 1010110 11001111 11001111 111010 0 0 10011 10110100 111000 111001

Color Harmonies of #56CFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CFCF

Black with #56CFCF

Text Example


Text Example

White with #56CFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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