Html Css Color HEX #56EEE6 Turquoise Blue

📋 copy color: '#56EEE6'

red 86 ◦ green 238 ◦ blue 230

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

Shades of Turquoise Blue #56EEE6

Tints of Turquoise Blue #56EEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.52%

R = 15.52%
G = 42.96%
B = 41.52%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#56EEE6 (or 0x56EEE6) is known color: Turquoise Blue. HEX triplet: 56, EE and E6. RGB value is (86,238,230). Sum of RGB (Red+Green+Blue) = 86+238+230=554 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.52% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #56EEE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56EEE6 is #A91119. Grayscale: #BFBFBF. Windows color (decimal): -11079962 or 15134294. OLE color: 15134294.

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

Color convert

RGB 86 238 230 -
CMYK 0.64 0 0.03 0.07
HSL 176.84º 0.82% 0.64% -
HSV(B) 176.84º 0.64% 0.93% -
XYZ 48.7 68.84 85.58 -
YUV 191.64 149.64 52.65 -
System Red Green Blue C M Y K H S L
Decimal 86 238 230 0.64 0 0.03 0.07 176.84 0.82 0.64
Hex 56 EE E6 40 0 3 7 B1 52 40
Octal 126 356 346 100 0 3 7 261 122 100
Binary 1010110 11101110 11100110 1000000 0 11 111 10110001 1010010 1000000

Color Harmonies of #56EEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EEE6

Black with #56EEE6

Text Example


Text Example

White with #56EEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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