Html Css Color HEX #5ED3EB Turquoise Blue

📋 copy color: '#5ED3EB'

red 94 ◦ green 211 ◦ blue 235

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

Shades of Turquoise Blue #5ED3EB

Tints of Turquoise Blue #5ED3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.07%

 BLUE value IS 235 (92.19% from 255) = 43.52%

R = 17.41%
G = 39.07%
B = 43.52%

CMYK

 C value IS 0.6

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5ED3EB (or 0x5ED3EB) is known color: Turquoise Blue. HEX triplet: 5E, D3 and EB. RGB value is (94,211,235). Sum of RGB (Red+Green+Blue) = 94+211+235=540 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.41% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #5ED3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ED3EB is #A12C14. Grayscale: #B2B2B2. Windows color (decimal): -10562581 or 15455070. OLE color: 15455070.

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

Color convert

RGB 94 211 235 -
CMYK 0.6 0.10 0 0.08
HSL 190.21º 0.78% 0.65% -
HSV(B) 190.21º 0.6% 0.92% -
XYZ 42.91 54.97 86.95 -
YUV 178.75 159.74 67.55 -
System Red Green Blue C M Y K H S L
Decimal 94 211 235 0.6 0.10 0 0.08 190.21 0.78 0.65
Hex 5E D3 EB 3C A 0 8 BE 4E 41
Octal 136 323 353 74 12 0 10 276 116 101
Binary 1011110 11010011 11101011 111100 1010 0 1000 10111110 1001110 1000001

Color Harmonies of #5ED3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED3EB

Black with #5ED3EB

Text Example


Text Example

White with #5ED3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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