Html Css Color HEX #56EFCD Turquoise

📋 copy color: '#56EFCD'

red 86 ◦ green 239 ◦ blue 205

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

Shades of Turquoise #56EFCD

Tints of Turquoise #56EFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 16.23%
G = 45.09%
B = 38.68%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#56EFCD (or 0x56EFCD) is known color: Turquoise. HEX triplet: 56, EF and CD. RGB value is (86,239,205). Sum of RGB (Red+Green+Blue) = 86+239+205=530 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.23% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #56EFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EFCD is #A91032. Grayscale: #BDBDBD. Windows color (decimal): -11079731 or 13496150. OLE color: 13496150.

HSL color Cylindrical-coordinate representation of color #56EFCD: hue angle of 166.67º 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 #56EFCD is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 86 239 205 -
CMYK 0.64 0 0.14 0.06
HSL 166.67º 0.83% 0.64% -
HSV(B) 166.67º 0.64% 0.94% -
XYZ 45.72 68.12 68.5 -
YUV 189.38 136.81 54.26 -
System Red Green Blue C M Y K H S L
Decimal 86 239 205 0.64 0 0.14 0.06 166.67 0.83 0.64
Hex 56 EF CD 40 0 E 6 A7 53 40
Octal 126 357 315 100 0 16 6 247 123 100
Binary 1010110 11101111 11001101 1000000 0 1110 110 10100111 1010011 1000000

Color Harmonies of #56EFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EFCD

Black with #56EFCD

Text Example


Text Example

White with #56EFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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