Html Css Color HEX #5AEFE2 Turquoise Blue

📋 copy color: '#5AEFE2'

red 90 ◦ green 239 ◦ blue 226

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

Shades of Turquoise Blue #5AEFE2

Tints of Turquoise Blue #5AEFE2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.06%

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

R = 16.22%
G = 43.06%
B = 40.72%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#5AEFE2 (or 0x5AEFE2) is known color: Turquoise Blue. HEX triplet: 5A, EF and E2. RGB value is (90,239,226). Sum of RGB (Red+Green+Blue) = 90+239+226=555 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.22% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 226 (88.67% from 255 or 40.72% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #5AEFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEFE2 is #A5101D. Grayscale: #C0C0C0. Windows color (decimal): -10817566 or 14872410. OLE color: 14872410.

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

Color convert

RGB 90 239 226 -
CMYK 0.62 0 0.05 0.06
HSL 174.77º 0.82% 0.65% -
HSV(B) 174.77º 0.62% 0.94% -
XYZ 48.81 69.4 82.77 -
YUV 192.97 146.64 54.56 -
System Red Green Blue C M Y K H S L
Decimal 90 239 226 0.62 0 0.05 0.06 174.77 0.82 0.65
Hex 5A EF E2 3E 0 5 6 AF 52 41
Octal 132 357 342 76 0 5 6 257 122 101
Binary 1011010 11101111 11100010 111110 0 101 110 10101111 1010010 1000001

Color Harmonies of #5AEFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEFE2

Black with #5AEFE2

Text Example


Text Example

White with #5AEFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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