Html Css Color HEX #56E9CF Turquoise

📋 copy color: '#56E9CF'

red 86 ◦ green 233 ◦ blue 207

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

Shades of Turquoise #56E9CF

Tints of Turquoise #56E9CF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.3%

 BLUE value IS 207 (81.25% from 255) = 39.35%

R = 16.35%
G = 44.3%
B = 39.35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#56E9CF (or 0x56E9CF) is known color: Turquoise. HEX triplet: 56, E9 and CF. RGB value is (86,233,207). Sum of RGB (Red+Green+Blue) = 86+233+207=526 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.35% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 233 - color contains mainly: green. Hex color #56E9CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56E9CF is #A91630. Grayscale: #BABABA. Windows color (decimal): -11081265 or 13625686. OLE color: 13625686.

HSL color Cylindrical-coordinate representation of color #56E9CF: hue angle of 169.39º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56E9CF is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 86 233 207 -
CMYK 0.63 0 0.11 0.09
HSL 169.39º 0.77% 0.63% -
HSV(B) 169.39º 0.63% 0.91% -
XYZ 44.24 64.76 69.2 -
YUV 186.08 139.8 56.61 -
System Red Green Blue C M Y K H S L
Decimal 86 233 207 0.63 0 0.11 0.09 169.39 0.77 0.63
Hex 56 E9 CF 3F 0 B 9 A9 4D 3F
Octal 126 351 317 77 0 13 11 251 115 77
Binary 1010110 11101001 11001111 111111 0 1011 1001 10101001 1001101 111111

Color Harmonies of #56E9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56E9CF

Black with #56E9CF

Text Example


Text Example

White with #56E9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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