Html Css Color HEX #5ECEEF Turquoise Blue

📋 copy color: '#5ECEEF'

red 94 ◦ green 206 ◦ blue 239

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

Shades of Turquoise Blue #5ECEEF

Tints of Turquoise Blue #5ECEEF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.22%

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

R = 17.44%
G = 38.22%
B = 44.34%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5ECEEF (or 0x5ECEEF) is known color: Turquoise Blue. HEX triplet: 5E, CE and EF. RGB value is (94,206,239). Sum of RGB (Red+Green+Blue) = 94+206+239=539 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.44% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #5ECEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ECEEF is #A13110. Grayscale: #B0B0B0. Windows color (decimal): -10563857 or 15715934. OLE color: 15715934.

HSL color Cylindrical-coordinate representation of color #5ECEEF: hue angle of 193.66º 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 #5ECEEF is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 94 206 239 -
CMYK 0.61 0.14 0 0.06
HSL 193.66º 0.82% 0.65% -
HSV(B) 193.66º 0.61% 0.94% -
XYZ 42.27 52.75 89.62 -
YUV 176.27 163.39 69.32 -
System Red Green Blue C M Y K H S L
Decimal 94 206 239 0.61 0.14 0 0.06 193.66 0.82 0.65
Hex 5E CE EF 3D E 0 6 C2 52 41
Octal 136 316 357 75 16 0 6 302 122 101
Binary 1011110 11001110 11101111 111101 1110 0 110 11000010 1010010 1000001

Color Harmonies of #5ECEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECEEF

Black with #5ECEEF

Text Example


Text Example

White with #5ECEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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