Html Css Color HEX #5EE6DF Turquoise Blue

📋 copy color: '#5EE6DF'

red 94 ◦ green 230 ◦ blue 223

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

Shades of Turquoise Blue #5EE6DF

Tints of Turquoise Blue #5EE6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 17.18%
G = 42.05%
B = 40.77%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#5EE6DF (or 0x5EE6DF) is known color: Turquoise Blue. HEX triplet: 5E, E6 and DF. RGB value is (94,230,223). Sum of RGB (Red+Green+Blue) = 94+230+223=547 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.18% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 230 - color contains mainly: green. Hex color #5EE6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EE6DF is #A11920. Grayscale: #BCBCBC. Windows color (decimal): -10557729 or 14673502. OLE color: 14673502.

HSL color Cylindrical-coordinate representation of color #5EE6DF: hue angle of 176.91º 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 #5EE6DF is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 94 230 223 -
CMYK 0.59 0 0.03 0.10
HSL 176.91º 0.73% 0.64% -
HSV(B) 176.91º 0.59% 0.9% -
XYZ 46.23 64.3 79.79 -
YUV 188.54 147.44 60.57 -
System Red Green Blue C M Y K H S L
Decimal 94 230 223 0.59 0 0.03 0.10 176.91 0.73 0.64
Hex 5E E6 DF 3B 0 3 A B1 49 40
Octal 136 346 337 73 0 3 12 261 111 100
Binary 1011110 11100110 11011111 111011 0 11 1010 10110001 1001001 1000000

Color Harmonies of #5EE6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EE6DF

Black with #5EE6DF

Text Example


Text Example

White with #5EE6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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