Html Css Color HEX #56EFED Turquoise Blue

📋 copy color: '#56EFED'

red 86 ◦ green 239 ◦ blue 237

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

Shades of Turquoise Blue #56EFED

Tints of Turquoise Blue #56EFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.17%

R = 15.3%
G = 42.53%
B = 42.17%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#56EFED (or 0x56EFED) is known color: Turquoise Blue. HEX triplet: 56, EF and ED. RGB value is (86,239,237). Sum of RGB (Red+Green+Blue) = 86+239+237=562 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.30% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #56EFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56EFED is #A91012. Grayscale: #C0C0C0. Windows color (decimal): -11079699 or 15593302. OLE color: 15593302.

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

Color convert

RGB 86 239 237 -
CMYK 0.64 0 0.01 0.06
HSL 179.22º 0.83% 0.64% -
HSV(B) 179.22º 0.64% 0.94% -
XYZ 49.99 69.83 90.96 -
YUV 193.03 152.81 51.66 -
System Red Green Blue C M Y K H S L
Decimal 86 239 237 0.64 0 0.01 0.06 179.22 0.83 0.64
Hex 56 EF ED 40 0 1 6 B3 53 40
Octal 126 357 355 100 0 1 6 263 123 100
Binary 1010110 11101111 11101101 1000000 0 1 110 10110011 1010011 1000000

Color Harmonies of #56EFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EFED

Black with #56EFED

Text Example


Text Example

White with #56EFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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