Html Css Color HEX #5ECBE1 Turquoise Blue

📋 copy color: '#5ECBE1'

red 94 ◦ green 203 ◦ blue 225

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

Shades of Turquoise Blue #5ECBE1

Tints of Turquoise Blue #5ECBE1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.89%

 BLUE value IS 225 (88.28% from 255) = 43.1%

R = 18.01%
G = 38.89%
B = 43.1%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5ECBE1 (or 0x5ECBE1) is known color: Turquoise Blue. HEX triplet: 5E, CB and E1. RGB value is (94,203,225). Sum of RGB (Red+Green+Blue) = 94+203+225=522 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.01% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 225 - color contains mainly: blue. Hex color #5ECBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECBE1 is #A1341E. Grayscale: #ACACAC. Windows color (decimal): -10564639 or 14797662. OLE color: 14797662.

HSL color Cylindrical-coordinate representation of color #5ECBE1: hue angle of 190.08º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5ECBE1 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 94 203 225 -
CMYK 0.58 0.10 0 0.12
HSL 190.08º 0.69% 0.63% -
HSV(B) 190.08º 0.58% 0.88% -
XYZ 39.56 50.53 78.9 -
YUV 172.92 157.39 71.71 -
System Red Green Blue C M Y K H S L
Decimal 94 203 225 0.58 0.10 0 0.12 190.08 0.69 0.63
Hex 5E CB E1 3A A 0 C BE 45 3F
Octal 136 313 341 72 12 0 14 276 105 77
Binary 1011110 11001011 11100001 111010 1010 0 1100 10111110 1000101 111111

Color Harmonies of #5ECBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECBE1

Black with #5ECBE1

Text Example


Text Example

White with #5ECBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,203,225); }

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

background-color css

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

 a { background-color: rgb(94,203,225); }

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

border-color css

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

 span { border-color: rgb(94,203,225); }

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