Html Css Color HEX #56EEDA Turquoise

📋 copy color: '#56EEDA'

red 86 ◦ green 238 ◦ blue 218

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

Shades of Turquoise #56EEDA

Tints of Turquoise #56EEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.22%

R = 15.87%
G = 43.91%
B = 40.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#56EEDA (or 0x56EEDA) is known color: Turquoise. HEX triplet: 56, EE and DA. RGB value is (86,238,218). Sum of RGB (Red+Green+Blue) = 86+238+218=542 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.87% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 238 - color contains mainly: green. Hex color #56EEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EEDA is #A91125. Grayscale: #BEBEBE. Windows color (decimal): -11079974 or 14347862. OLE color: 14347862.

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

Color convert

RGB 86 238 218 -
CMYK 0.64 0 0.08 0.07
HSL 172.11º 0.82% 0.64% -
HSV(B) 172.11º 0.64% 0.93% -
XYZ 47.07 68.19 77.01 -
YUV 190.27 143.64 53.63 -
System Red Green Blue C M Y K H S L
Decimal 86 238 218 0.64 0 0.08 0.07 172.11 0.82 0.64
Hex 56 EE DA 40 0 8 7 AC 52 40
Octal 126 356 332 100 0 10 7 254 122 100
Binary 1010110 11101110 11011010 1000000 0 1000 111 10101100 1010010 1000000

Color Harmonies of #56EEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EEDA

Black with #56EEDA

Text Example


Text Example

White with #56EEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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