Html Css Color HEX #5AEBE2 Turquoise Blue

📋 copy color: '#5AEBE2'

red 90 ◦ green 235 ◦ blue 226

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

Shades of Turquoise Blue #5AEBE2

Tints of Turquoise Blue #5AEBE2

RGB

 RED value IS 90 (35.55% from 255) = 16.33%

 GREEN value IS 235 (92.19% from 255) = 42.65%

 BLUE value IS 226 (88.67% from 255) = 41.02%

R = 16.33%
G = 42.65%
B = 41.02%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#5AEBE2 (or 0x5AEBE2) is known color: Turquoise Blue. HEX triplet: 5A, EB and E2. RGB value is (90,235,226). Sum of RGB (Red+Green+Blue) = 90+235+226=551 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.33% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 226 (88.67% from 255 or 41.02% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEBE2 is #A5141D. Grayscale: #BEBEBE. Windows color (decimal): -10818590 or 14871386. OLE color: 14871386.

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

Color convert

RGB 90 235 226 -
CMYK 0.62 0 0.04 0.08
HSL 176.28º 0.78% 0.64% -
HSV(B) 176.28º 0.62% 0.92% -
XYZ 47.65 67.08 82.39 -
YUV 190.62 147.96 56.23 -
System Red Green Blue C M Y K H S L
Decimal 90 235 226 0.62 0 0.04 0.08 176.28 0.78 0.64
Hex 5A EB E2 3E 0 4 8 B0 4E 40
Octal 132 353 342 76 0 4 10 260 116 100
Binary 1011010 11101011 11100010 111110 0 100 1000 10110000 1001110 1000000

Color Harmonies of #5AEBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEBE2

Black with #5AEBE2

Text Example


Text Example

White with #5AEBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,235,226); }

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

background-color css

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

 a { background-color: rgb(90,235,226); }

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

border-color css

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

 span { border-color: rgb(90,235,226); }

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