Html Css Color HEX #5EEADF Turquoise Blue

📋 copy color: '#5EEADF'

red 94 ◦ green 234 ◦ blue 223

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

Shades of Turquoise Blue #5EEADF

Tints of Turquoise Blue #5EEADF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.47%

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

R = 17.06%
G = 42.47%
B = 40.47%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#5EEADF (or 0x5EEADF) is known color: Turquoise Blue. HEX triplet: 5E, EA and DF. RGB value is (94,234,223). Sum of RGB (Red+Green+Blue) = 94+234+223=551 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.06% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #5EEADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEADF is #A11520. Grayscale: #BEBEBE. Windows color (decimal): -10556705 or 14674526. OLE color: 14674526.

HSL color Cylindrical-coordinate representation of color #5EEADF: hue angle of 175.29º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEADF is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 234 223 -
CMYK 0.60 0 0.05 0.08
HSL 175.29º 0.77% 0.64% -
HSV(B) 175.29º 0.6% 0.92% -
XYZ 47.36 66.55 80.16 -
YUV 190.89 146.12 58.89 -
System Red Green Blue C M Y K H S L
Decimal 94 234 223 0.60 0 0.05 0.08 175.29 0.77 0.64
Hex 5E EA DF 3C 0 5 8 AF 4D 40
Octal 136 352 337 74 0 5 10 257 115 100
Binary 1011110 11101010 11011111 111100 0 101 1000 10101111 1001101 1000000

Color Harmonies of #5EEADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEADF

Black with #5EEADF

Text Example


Text Example

White with #5EEADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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