Html Css Color HEX #5ED3F2 Turquoise Blue

📋 copy color: '#5ED3F2'

red 94 ◦ green 211 ◦ blue 242

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

Shades of Turquoise Blue #5ED3F2

Tints of Turquoise Blue #5ED3F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.24%

R = 17.18%
G = 38.57%
B = 44.24%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5ED3F2 (or 0x5ED3F2) is known color: Turquoise Blue. HEX triplet: 5E, D3 and F2. RGB value is (94,211,242). Sum of RGB (Red+Green+Blue) = 94+211+242=547 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.18% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #5ED3F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ED3F2 is #A12C0D. Grayscale: #B3B3B3. Windows color (decimal): -10562574 or 15913822. OLE color: 15913822.

HSL color Cylindrical-coordinate representation of color #5ED3F2: hue angle of 192.57º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ED3F2 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 94 211 242 -
CMYK 0.61 0.13 0 0.05
HSL 192.57º 0.85% 0.66% -
HSV(B) 192.57º 0.61% 0.95% -
XYZ 43.94 55.38 92.38 -
YUV 179.55 163.24 66.98 -
System Red Green Blue C M Y K H S L
Decimal 94 211 242 0.61 0.13 0 0.05 192.57 0.85 0.66
Hex 5E D3 F2 3D D 0 5 C1 55 42
Octal 136 323 362 75 15 0 5 301 125 102
Binary 1011110 11010011 11110010 111101 1101 0 101 11000001 1010101 1000010

Color Harmonies of #5ED3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED3F2

Black with #5ED3F2

Text Example


Text Example

White with #5ED3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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