Html Css Color HEX #5EDFEF Turquoise Blue

📋 copy color: '#5EDFEF'

red 94 ◦ green 223 ◦ blue 239

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

Shades of Turquoise Blue #5EDFEF

Tints of Turquoise Blue #5EDFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.99%

R = 16.91%
G = 40.11%
B = 42.99%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5EDFEF (or 0x5EDFEF) is known color: Turquoise Blue. HEX triplet: 5E, DF and EF. RGB value is (94,223,239). Sum of RGB (Red+Green+Blue) = 94+223+239=556 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.91% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #5EDFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDFEF is #A12010. Grayscale: #BABABA. Windows color (decimal): -10559505 or 15720286. OLE color: 15720286.

HSL color Cylindrical-coordinate representation of color #5EDFEF: hue angle of 186.62º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EDFEF is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 94 223 239 -
CMYK 0.61 0.07 0 0.06
HSL 186.62º 0.82% 0.65% -
HSV(B) 186.62º 0.61% 0.94% -
XYZ 46.58 61.39 91.06 -
YUV 186.25 157.76 62.2 -
System Red Green Blue C M Y K H S L
Decimal 94 223 239 0.61 0.07 0 0.06 186.62 0.82 0.65
Hex 5E DF EF 3D 7 0 6 BB 52 41
Octal 136 337 357 75 7 0 6 273 122 101
Binary 1011110 11011111 11101111 111101 111 0 110 10111011 1010010 1000001

Color Harmonies of #5EDFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDFEF

Black with #5EDFEF

Text Example


Text Example

White with #5EDFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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