Html Css Color HEX #56FEE0 Turquoise

📋 copy color: '#56FEE0'

red 86 ◦ green 254 ◦ blue 224

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

Shades of Turquoise #56FEE0

Tints of Turquoise #56FEE0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.04%

 BLUE value IS 224 (87.89% from 255) = 39.72%

R = 15.25%
G = 45.04%
B = 39.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#56FEE0 (or 0x56FEE0) is known color: Turquoise. HEX triplet: 56, FE and E0. RGB value is (86,254,224). Sum of RGB (Red+Green+Blue) = 86+254+224=564 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.25% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #56FEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FEE0 is #A9011F. Grayscale: #C8C8C8. Windows color (decimal): -11075872 or 14745174. OLE color: 14745174.

HSL color Cylindrical-coordinate representation of color #56FEE0: hue angle of 169.29º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FEE0 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 86 254 224 -
CMYK 0.66 0 0.12 0.00
HSL 169.29º 0.99% 0.67% -
HSV(B) 169.29º 0.66% 1% -
XYZ 52.73 78.24 82.84 -
YUV 200.35 141.34 46.44 -
System Red Green Blue C M Y K H S L
Decimal 86 254 224 0.66 0 0.12 0.00 169.29 0.99 0.67
Hex 56 FE E0 42 0 C 0 A9 63 43
Octal 126 376 340 102 0 14 0 251 143 103
Binary 1010110 11111110 11100000 1000010 0 1100 0 10101001 1100011 1000011

Color Harmonies of #56FEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56FEE0

Black with #56FEE0

Text Example


Text Example

White with #56FEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,254,224); }

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

background-color css

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

 a { background-color: rgb(86,254,224); }

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

border-color css

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

 span { border-color: rgb(86,254,224); }

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