Html Css Color HEX #5EEBEF Turquoise Blue

📋 copy color: '#5EEBEF'

red 94 ◦ green 235 ◦ blue 239

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

Shades of Turquoise Blue #5EEBEF

Tints of Turquoise Blue #5EEBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.08%

R = 16.55%
G = 41.37%
B = 42.08%

CMYK

 C value IS 0.61

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5EEBEF (or 0x5EEBEF) is known color: Turquoise Blue. HEX triplet: 5E, EB and EF. RGB value is (94,235,239). Sum of RGB (Red+Green+Blue) = 94+235+239=568 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.55% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #5EEBEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEBEF is #A11410. Grayscale: #C1C1C1. Windows color (decimal): -10556433 or 15723358. OLE color: 15723358.

HSL color Cylindrical-coordinate representation of color #5EEBEF: hue angle of 181.66º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EEBEF is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 94 235 239 -
CMYK 0.61 0.02 0 0.06
HSL 181.66º 0.82% 0.65% -
HSV(B) 181.66º 0.61% 0.94% -
XYZ 49.9 68.03 92.16 -
YUV 193.3 153.79 57.17 -
System Red Green Blue C M Y K H S L
Decimal 94 235 239 0.61 0.02 0 0.06 181.66 0.82 0.65
Hex 5E EB EF 3D 2 0 6 B6 52 41
Octal 136 353 357 75 2 0 6 266 122 101
Binary 1011110 11101011 11101111 111101 10 0 110 10110110 1010010 1000001

Color Harmonies of #5EEBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEBEF

Black with #5EEBEF

Text Example


Text Example

White with #5EEBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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