Html Css Color HEX #56CFBB Medium Turquoise

📋 copy color: '#56CFBB'

red 86 ◦ green 207 ◦ blue 187

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

Shades of Medium Turquoise #56CFBB

Tints of Medium Turquoise #56CFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.96%

R = 17.92%
G = 43.13%
B = 38.96%

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

#56CFBB (or 0x56CFBB) is known color: Medium Turquoise. HEX triplet: 56, CF and BB. RGB value is (86,207,187). Sum of RGB (Red+Green+Blue) = 86+207+187=480 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.92% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #56CFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CFBB is #A93044. Grayscale: #A8A8A8. Windows color (decimal): -11087941 or 12308310. OLE color: 12308310.

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

Color convert

RGB 86 207 187 -
CMYK 0.58 0 0.10 0.19
HSL 170.08º 0.56% 0.57% -
HSV(B) 170.08º 0.58% 0.81% -
XYZ 35.12 50.19 54.85 -
YUV 168.54 138.41 69.13 -
System Red Green Blue C M Y K H S L
Decimal 86 207 187 0.58 0 0.10 0.19 170.08 0.56 0.57
Hex 56 CF BB 3A 0 A 13 AA 38 39
Octal 126 317 273 72 0 12 23 252 70 71
Binary 1010110 11001111 10111011 111010 0 1010 10011 10101010 111000 111001

Color Harmonies of #56CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CFBB

Black with #56CFBB

Text Example


Text Example

White with #56CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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