Html Css Color HEX #56EFCC Turquoise

📋 copy color: '#56EFCC'

red 86 ◦ green 239 ◦ blue 204

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

Shades of Turquoise #56EFCC

Tints of Turquoise #56EFCC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.18%

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

R = 16.26%
G = 45.18%
B = 38.56%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#56EFCC (or 0x56EFCC) is known color: Turquoise. HEX triplet: 56, EF and CC. RGB value is (86,239,204). Sum of RGB (Red+Green+Blue) = 86+239+204=529 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.26% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #56EFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EFCC is #A91033. Grayscale: #BDBDBD. Windows color (decimal): -11079732 or 13430614. OLE color: 13430614.

HSL color Cylindrical-coordinate representation of color #56EFCC: hue angle of 166.27º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EFCC is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 86 239 204 -
CMYK 0.64 0 0.15 0.06
HSL 166.27º 0.83% 0.64% -
HSV(B) 166.27º 0.64% 0.94% -
XYZ 45.6 68.07 67.86 -
YUV 189.26 136.31 54.35 -
System Red Green Blue C M Y K H S L
Decimal 86 239 204 0.64 0 0.15 0.06 166.27 0.83 0.64
Hex 56 EF CC 40 0 F 6 A6 53 40
Octal 126 357 314 100 0 17 6 246 123 100
Binary 1010110 11101111 11001100 1000000 0 1111 110 10100110 1010011 1000000

Color Harmonies of #56EFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EFCC

Black with #56EFCC

Text Example


Text Example

White with #56EFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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