Html Css Color HEX #56F5CC Turquoise

📋 copy color: '#56F5CC'

red 86 ◦ green 245 ◦ blue 204

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

Shades of Turquoise #56F5CC

Tints of Turquoise #56F5CC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.79%

 BLUE value IS 204 (80.08% from 255) = 38.13%

R = 16.07%
G = 45.79%
B = 38.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#56F5CC (or 0x56F5CC) is known color: Turquoise. HEX triplet: 56, F5 and CC. RGB value is (86,245,204). Sum of RGB (Red+Green+Blue) = 86+245+204=535 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.07% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 245 - color contains mainly: green. Hex color #56F5CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F5CC is #A90A33. Grayscale: #C0C0C0. Windows color (decimal): -11078196 or 13432150. OLE color: 13432150.

HSL color Cylindrical-coordinate representation of color #56F5CC: hue angle of 164.53º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F5CC is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 86 245 204 -
CMYK 0.65 0 0.17 0.04
HSL 164.53º 0.89% 0.65% -
HSV(B) 164.53º 0.65% 0.96% -
XYZ 47.39 71.64 68.46 -
YUV 192.79 134.32 51.83 -
System Red Green Blue C M Y K H S L
Decimal 86 245 204 0.65 0 0.17 0.04 164.53 0.89 0.65
Hex 56 F5 CC 41 0 11 4 A5 59 41
Octal 126 365 314 101 0 21 4 245 131 101
Binary 1010110 11110101 11001100 1000001 0 10001 100 10100101 1011001 1000001

Color Harmonies of #56F5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56F5CC

Black with #56F5CC

Text Example


Text Example

White with #56F5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,245,204); }

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

background-color css

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

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

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

border-color css

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

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

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