Html Css Color HEX #5EE6DC Turquoise Blue

📋 copy color: '#5EE6DC'

red 94 ◦ green 230 ◦ blue 220

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

Shades of Turquoise Blue #5EE6DC

Tints of Turquoise Blue #5EE6DC

RGB

 RED value IS 94 (37.11% from 255) = 17.28%

 GREEN value IS 230 (90.23% from 255) = 42.28%

 BLUE value IS 220 (86.33% from 255) = 40.44%

R = 17.28%
G = 42.28%
B = 40.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#5EE6DC (or 0x5EE6DC) is known color: Turquoise Blue. HEX triplet: 5E, E6 and DC. RGB value is (94,230,220). Sum of RGB (Red+Green+Blue) = 94+230+220=544 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.28% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #5EE6DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EE6DC is #A11923. Grayscale: #BCBCBC. Windows color (decimal): -10557732 or 14476894. OLE color: 14476894.

HSL color Cylindrical-coordinate representation of color #5EE6DC: hue angle of 175.59º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EE6DC is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 94 230 220 -
CMYK 0.59 0 0.04 0.10
HSL 175.59º 0.73% 0.64% -
HSV(B) 175.59º 0.59% 0.9% -
XYZ 45.83 64.14 77.67 -
YUV 188.2 145.94 60.81 -
System Red Green Blue C M Y K H S L
Decimal 94 230 220 0.59 0 0.04 0.10 175.59 0.73 0.64
Hex 5E E6 DC 3B 0 4 A B0 49 40
Octal 136 346 334 73 0 4 12 260 111 100
Binary 1011110 11100110 11011100 111011 0 100 1010 10110000 1001001 1000000

Color Harmonies of #5EE6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EE6DC

Black with #5EE6DC

Text Example


Text Example

White with #5EE6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EE6DC; }

 p { color: rgb(94,230,220); }

 H1.HeaderClassName
 {
   color: #5EE6DC;
 }
 .AnyTagClassName
 {
   color: #5EE6DC;
 }
</style>

background-color css

<style>
 a { background-color: #5EE6DC; }

 a { background-color: rgb(94,230,220); }

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

border-color css

<style>
 span { border-color: #5EE6DC; }

 span { border-color: rgb(94,230,220); }

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