Html Css Color HEX #56F9CB Turquoise

📋 copy color: '#56F9CB'

red 86 ◦ green 249 ◦ blue 203

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

Shades of Turquoise #56F9CB

Tints of Turquoise #56F9CB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.28%

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

R = 15.99%
G = 46.28%
B = 37.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#56F9CB (or 0x56F9CB) is known color: Turquoise. HEX triplet: 56, F9 and CB. RGB value is (86,249,203). Sum of RGB (Red+Green+Blue) = 86+249+203=538 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.99% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #56F9CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F9CB is #A90634. Grayscale: #C3C3C3. Windows color (decimal): -11077173 or 13367638. OLE color: 13367638.

HSL color Cylindrical-coordinate representation of color #56F9CB: hue angle of 163.07º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F9CB is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 249 203 -
CMYK 0.65 0 0.18 0.02
HSL 163.07º 0.93% 0.66% -
HSV(B) 163.07º 0.65% 0.98% -
XYZ 48.49 74.04 68.24 -
YUV 195.02 132.5 50.24 -
System Red Green Blue C M Y K H S L
Decimal 86 249 203 0.65 0 0.18 0.02 163.07 0.93 0.66
Hex 56 F9 CB 41 0 12 2 A3 5D 42
Octal 126 371 313 101 0 22 2 243 135 102
Binary 1010110 11111001 11001011 1000001 0 10010 10 10100011 1011101 1000010

Color Harmonies of #56F9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56F9CB

Black with #56F9CB

Text Example


Text Example

White with #56F9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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