Html Css Color HEX #5AEDEC Turquoise Blue

📋 copy color: '#5AEDEC'

red 90 ◦ green 237 ◦ blue 236

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

Shades of Turquoise Blue #5AEDEC

Tints of Turquoise Blue #5AEDEC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.1%

 BLUE value IS 236 (92.58% from 255) = 41.92%

R = 15.99%
G = 42.1%
B = 41.92%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#5AEDEC (or 0x5AEDEC) is known color: Turquoise Blue. HEX triplet: 5A, ED and EC. RGB value is (90,237,236). Sum of RGB (Red+Green+Blue) = 90+237+236=563 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.99% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #5AEDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AEDEC is #A51213. Grayscale: #C0C0C0. Windows color (decimal): -10818068 or 15527258. OLE color: 15527258.

HSL color Cylindrical-coordinate representation of color #5AEDEC: hue angle of 179.59º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEDEC is Cyan = 0.62, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 237 236 -
CMYK 0.62 0 0.00 0.07
HSL 179.59º 0.8% 0.64% -
HSV(B) 179.59º 0.62% 0.93% -
XYZ 49.64 68.8 90.02 -
YUV 192.93 152.3 54.58 -
System Red Green Blue C M Y K H S L
Decimal 90 237 236 0.62 0 0.00 0.07 179.59 0.8 0.64
Hex 5A ED EC 3E 0 0 7 B4 50 40
Octal 132 355 354 76 0 0 7 264 120 100
Binary 1011010 11101101 11101100 111110 0 0 111 10110100 1010000 1000000

Color Harmonies of #5AEDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEDEC

Black with #5AEDEC

Text Example


Text Example

White with #5AEDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,237,236); }

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

background-color css

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

 a { background-color: rgb(90,237,236); }

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

border-color css

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

 span { border-color: rgb(90,237,236); }

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