Html Css Color HEX #5EEBF7 Turquoise Blue

📋 copy color: '#5EEBF7'

red 94 ◦ green 235 ◦ blue 247

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

Shades of Turquoise Blue #5EEBF7

Tints of Turquoise Blue #5EEBF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 42.88%

R = 16.32%
G = 40.8%
B = 42.88%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5EEBF7 (or 0x5EEBF7) is known color: Turquoise Blue. HEX triplet: 5E, EB and F7. RGB value is (94,235,247). Sum of RGB (Red+Green+Blue) = 94+235+247=576 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.32% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 247 - color contains mainly: blue. Hex color #5EEBF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEBF7 is #A11408. Grayscale: #C2C2C2. Windows color (decimal): -10556425 or 16247646. OLE color: 16247646.

HSL color Cylindrical-coordinate representation of color #5EEBF7: hue angle of 184.71º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EEBF7 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 94 235 247 -
CMYK 0.62 0.05 0 0.03
HSL 184.71º 0.91% 0.67% -
HSV(B) 184.71º 0.62% 0.97% -
XYZ 51.11 68.51 98.53 -
YUV 194.21 157.79 56.52 -
System Red Green Blue C M Y K H S L
Decimal 94 235 247 0.62 0.05 0 0.03 184.71 0.91 0.67
Hex 5E EB F7 3E 5 0 3 B9 5B 43
Octal 136 353 367 76 5 0 3 271 133 103
Binary 1011110 11101011 11110111 111110 101 0 11 10111001 1011011 1000011

Color Harmonies of #5EEBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEBF7

Black with #5EEBF7

Text Example


Text Example

White with #5EEBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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