Html Css Color HEX #5EDFED Turquoise Blue

📋 copy color: '#5EDFED'

red 94 ◦ green 223 ◦ blue 237

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

Shades of Turquoise Blue #5EDFED

Tints of Turquoise Blue #5EDFED

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.25%

 BLUE value IS 237 (92.97% from 255) = 42.78%

R = 16.97%
G = 40.25%
B = 42.78%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5EDFED (or 0x5EDFED) is known color: Turquoise Blue. HEX triplet: 5E, DF and ED. RGB value is (94,223,237). Sum of RGB (Red+Green+Blue) = 94+223+237=554 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.97% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #5EDFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDFED is #A12012. Grayscale: #B9B9B9. Windows color (decimal): -10559507 or 15589214. OLE color: 15589214.

HSL color Cylindrical-coordinate representation of color #5EDFED: hue angle of 185.87º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EDFED is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 223 237 -
CMYK 0.60 0.06 0 0.07
HSL 185.87º 0.8% 0.65% -
HSV(B) 185.87º 0.6% 0.93% -
XYZ 46.29 61.27 89.51 -
YUV 186.03 156.76 62.36 -
System Red Green Blue C M Y K H S L
Decimal 94 223 237 0.60 0.06 0 0.07 185.87 0.8 0.65
Hex 5E DF ED 3C 6 0 7 BA 50 41
Octal 136 337 355 74 6 0 7 272 120 101
Binary 1011110 11011111 11101101 111100 110 0 111 10111010 1010000 1000001

Color Harmonies of #5EDFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDFED

Black with #5EDFED

Text Example


Text Example

White with #5EDFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,223,237); }

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

background-color css

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

 a { background-color: rgb(94,223,237); }

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

border-color css

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

 span { border-color: rgb(94,223,237); }

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