Html Css Color HEX #5ECFEB Turquoise Blue

📋 copy color: '#5ECFEB'

red 94 ◦ green 207 ◦ blue 235

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

Shades of Turquoise Blue #5ECFEB

Tints of Turquoise Blue #5ECFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.62%

 BLUE value IS 235 (92.19% from 255) = 43.84%

R = 17.54%
G = 38.62%
B = 43.84%

CMYK

 C value IS 0.6

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5ECFEB (or 0x5ECFEB) is known color: Turquoise Blue. HEX triplet: 5E, CF and EB. RGB value is (94,207,235). Sum of RGB (Red+Green+Blue) = 94+207+235=536 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.54% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #5ECFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ECFEB is #A13014. Grayscale: #B0B0B0. Windows color (decimal): -10563605 or 15454046. OLE color: 15454046.

HSL color Cylindrical-coordinate representation of color #5ECFEB: hue angle of 191.91º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ECFEB is Cyan = 0.6, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 207 235 -
CMYK 0.6 0.12 0 0.08
HSL 191.91º 0.78% 0.65% -
HSV(B) 191.91º 0.6% 0.92% -
XYZ 41.92 53 86.62 -
YUV 176.41 161.06 69.22 -
System Red Green Blue C M Y K H S L
Decimal 94 207 235 0.6 0.12 0 0.08 191.91 0.78 0.65
Hex 5E CF EB 3C C 0 8 C0 4E 41
Octal 136 317 353 74 14 0 10 300 116 101
Binary 1011110 11001111 11101011 111100 1100 0 1000 11000000 1001110 1000001

Color Harmonies of #5ECFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECFEB

Black with #5ECFEB

Text Example


Text Example

White with #5ECFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,207,235); }

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

background-color css

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

 a { background-color: rgb(94,207,235); }

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

border-color css

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

 span { border-color: rgb(94,207,235); }

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