Html Css Color HEX #5AEBDF Turquoise Blue

📋 copy color: '#5AEBDF'

red 90 ◦ green 235 ◦ blue 223

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

Shades of Turquoise Blue #5AEBDF

Tints of Turquoise Blue #5AEBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 16.42%
G = 42.88%
B = 40.69%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#5AEBDF (or 0x5AEBDF) is known color: Turquoise Blue. HEX triplet: 5A, EB and DF. RGB value is (90,235,223). Sum of RGB (Red+Green+Blue) = 90+235+223=548 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.42% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEBDF is #A51420. Grayscale: #BEBEBE. Windows color (decimal): -10818593 or 14674778. OLE color: 14674778.

HSL color Cylindrical-coordinate representation of color #5AEBDF: hue angle of 175.03º 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 #5AEBDF is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 235 223 -
CMYK 0.62 0 0.05 0.08
HSL 175.03º 0.78% 0.64% -
HSV(B) 175.03º 0.62% 0.92% -
XYZ 47.24 66.92 80.24 -
YUV 190.28 146.46 56.48 -
System Red Green Blue C M Y K H S L
Decimal 90 235 223 0.62 0 0.05 0.08 175.03 0.78 0.64
Hex 5A EB DF 3E 0 5 8 AF 4E 40
Octal 132 353 337 76 0 5 10 257 116 100
Binary 1011010 11101011 11011111 111110 0 101 1000 10101111 1001110 1000000

Color Harmonies of #5AEBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEBDF

Black with #5AEBDF

Text Example


Text Example

White with #5AEBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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