Html Css Color HEX #5EDEFD Turquoise Blue

📋 copy color: '#5EDEFD'

red 94 ◦ green 222 ◦ blue 253

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

Shades of Turquoise Blue #5EDEFD

Tints of Turquoise Blue #5EDEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.46%

R = 16.52%
G = 39.02%
B = 44.46%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5EDEFD (or 0x5EDEFD) is known color: Turquoise Blue. HEX triplet: 5E, DE and FD. RGB value is (94,222,253). Sum of RGB (Red+Green+Blue) = 94+222+253=569 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.52% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #5EDEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDEFD is #A12102. Grayscale: #BBBBBB. Windows color (decimal): -10559747 or 16637534. OLE color: 16637534.

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

Color convert

RGB 94 222 253 -
CMYK 0.63 0.12 0 0.01
HSL 191.7º 0.98% 0.68% -
HSV(B) 191.7º 0.63% 0.99% -
XYZ 48.47 61.71 102.29 -
YUV 187.26 165.09 61.48 -
System Red Green Blue C M Y K H S L
Decimal 94 222 253 0.63 0.12 0 0.01 191.7 0.98 0.68
Hex 5E DE FD 3F C 0 1 C0 62 44
Octal 136 336 375 77 14 0 1 300 142 104
Binary 1011110 11011110 11111101 111111 1100 0 1 11000000 1100010 1000100

Color Harmonies of #5EDEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDEFD

Black with #5EDEFD

Text Example


Text Example

White with #5EDEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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