Html Css Color HEX #56EEE0 Turquoise

📋 copy color: '#56EEE0'

red 86 ◦ green 238 ◦ blue 224

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

Shades of Turquoise #56EEE0

Tints of Turquoise #56EEE0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.43%

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

R = 15.69%
G = 43.43%
B = 40.88%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#56EEE0 (or 0x56EEE0) is known color: Turquoise. HEX triplet: 56, EE and E0. RGB value is (86,238,224). Sum of RGB (Red+Green+Blue) = 86+238+224=548 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.69% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #56EEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EEE0 is #A9111F. Grayscale: #BEBEBE. Windows color (decimal): -11079968 or 14741078. OLE color: 14741078.

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

Color convert

RGB 86 238 224 -
CMYK 0.64 0 0.06 0.07
HSL 174.47º 0.82% 0.64% -
HSV(B) 174.47º 0.64% 0.93% -
XYZ 47.87 68.51 81.22 -
YUV 190.96 146.64 53.14 -
System Red Green Blue C M Y K H S L
Decimal 86 238 224 0.64 0 0.06 0.07 174.47 0.82 0.64
Hex 56 EE E0 40 0 6 7 AE 52 40
Octal 126 356 340 100 0 6 7 256 122 100
Binary 1010110 11101110 11100000 1000000 0 110 111 10101110 1010010 1000000

Color Harmonies of #56EEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EEE0

Black with #56EEE0

Text Example


Text Example

White with #56EEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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