Html Css Color HEX #5EEBDF Turquoise Blue

📋 copy color: '#5EEBDF'

red 94 ◦ green 235 ◦ blue 223

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

Shades of Turquoise Blue #5EEBDF

Tints of Turquoise Blue #5EEBDF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.57%

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

R = 17.03%
G = 42.57%
B = 40.4%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#5EEBDF (or 0x5EEBDF) is known color: Turquoise Blue. HEX triplet: 5E, EB and DF. RGB value is (94,235,223). Sum of RGB (Red+Green+Blue) = 94+235+223=552 (73% of max value = 765). Red value is 94 (37.11% from 255 or 17.03% from 552); Green value is 235 (92.19% from 255 or 42.57% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEBDF is #A11420. Grayscale: #BFBFBF. Windows color (decimal): -10556449 or 14674782. OLE color: 14674782.

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

Color convert

RGB 94 235 223 -
CMYK 0.6 0 0.05 0.08
HSL 174.89º 0.78% 0.65% -
HSV(B) 174.89º 0.6% 0.92% -
XYZ 47.64 67.12 80.26 -
YUV 191.47 145.79 58.48 -
System Red Green Blue C M Y K H S L
Decimal 94 235 223 0.6 0 0.05 0.08 174.89 0.78 0.65
Hex 5E EB DF 3C 0 5 8 AF 4E 41
Octal 136 353 337 74 0 5 10 257 116 101
Binary 1011110 11101011 11011111 111100 0 101 1000 10101111 1001110 1000001

Color Harmonies of #5EEBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEBDF

Black with #5EEBDF

Text Example


Text Example

White with #5EEBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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