Html Css Color HEX #56CFCB Medium Turquoise

📋 copy color: '#56CFCB'

red 86 ◦ green 207 ◦ blue 203

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

Shades of Medium Turquoise #56CFCB

Tints of Medium Turquoise #56CFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.93%

R = 17.34%
G = 41.73%
B = 40.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#56CFCB (or 0x56CFCB) is known color: Medium Turquoise. HEX triplet: 56, CF and CB. RGB value is (86,207,203). Sum of RGB (Red+Green+Blue) = 86+207+203=496 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.34% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #56CFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CFCB is #A93034. Grayscale: #AAAAAA. Windows color (decimal): -11087925 or 13356886. OLE color: 13356886.

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

Color convert

RGB 86 207 203 -
CMYK 0.58 0 0.02 0.19
HSL 178.02º 0.56% 0.57% -
HSV(B) 178.02º 0.58% 0.81% -
XYZ 36.93 50.92 64.38 -
YUV 170.37 146.41 67.83 -
System Red Green Blue C M Y K H S L
Decimal 86 207 203 0.58 0 0.02 0.19 178.02 0.56 0.57
Hex 56 CF CB 3A 0 2 13 B2 38 39
Octal 126 317 313 72 0 2 23 262 70 71
Binary 1010110 11001111 11001011 111010 0 10 10011 10110010 111000 111001

Color Harmonies of #56CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CFCB

Black with #56CFCB

Text Example


Text Example

White with #56CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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