Html Css Color HEX #5EDEFB Turquoise Blue

📋 copy color: '#5EDEFB'

red 94 ◦ green 222 ◦ blue 251

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

Shades of Turquoise Blue #5EDEFB

Tints of Turquoise Blue #5EDEFB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.15%

 BLUE value IS 251 (98.44% from 255) = 44.27%

R = 16.58%
G = 39.15%
B = 44.27%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5EDEFB (or 0x5EDEFB) is known color: Turquoise Blue. HEX triplet: 5E, DE and FB. RGB value is (94,222,251). Sum of RGB (Red+Green+Blue) = 94+222+251=567 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.58% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #5EDEFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDEFB is #A12104. Grayscale: #BABABA. Windows color (decimal): -10559749 or 16506462. OLE color: 16506462.

HSL color Cylindrical-coordinate representation of color #5EDEFB: hue angle of 191.08º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EDEFB is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 222 251 -
CMYK 0.63 0.12 0 0.02
HSL 191.08º 0.95% 0.68% -
HSV(B) 191.08º 0.63% 0.98% -
XYZ 48.15 61.59 100.62 -
YUV 187.03 164.09 61.64 -
System Red Green Blue C M Y K H S L
Decimal 94 222 251 0.63 0.12 0 0.02 191.08 0.95 0.68
Hex 5E DE FB 3F C 0 2 BF 5F 44
Octal 136 336 373 77 14 0 2 277 137 104
Binary 1011110 11011110 11111011 111111 1100 0 10 10111111 1011111 1000100

Color Harmonies of #5EDEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDEFB

Black with #5EDEFB

Text Example


Text Example

White with #5EDEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,222,251); }

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

background-color css

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

 a { background-color: rgb(94,222,251); }

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

border-color css

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

 span { border-color: rgb(94,222,251); }

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