Html Css Color HEX #5AEDDF Turquoise Blue

📋 copy color: '#5AEDDF'

red 90 ◦ green 237 ◦ blue 223

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

Shades of Turquoise Blue #5AEDDF

Tints of Turquoise Blue #5AEDDF

RGB

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

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

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

R = 16.36%
G = 43.09%
B = 40.55%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#5AEDDF (or 0x5AEDDF) is known color: Turquoise Blue. HEX triplet: 5A, ED and DF. RGB value is (90,237,223). Sum of RGB (Red+Green+Blue) = 90+237+223=550 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.36% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #5AEDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEDDF is #A51220. Grayscale: #BFBFBF. Windows color (decimal): -10818081 or 14675290. OLE color: 14675290.

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

Color convert

RGB 90 237 223 -
CMYK 0.62 0 0.06 0.07
HSL 174.29º 0.8% 0.64% -
HSV(B) 174.29º 0.62% 0.93% -
XYZ 47.82 68.07 80.43 -
YUV 191.45 145.8 55.64 -
System Red Green Blue C M Y K H S L
Decimal 90 237 223 0.62 0 0.06 0.07 174.29 0.8 0.64
Hex 5A ED DF 3E 0 6 7 AE 50 40
Octal 132 355 337 76 0 6 7 256 120 100
Binary 1011010 11101101 11011111 111110 0 110 111 10101110 1010000 1000000

Color Harmonies of #5AEDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEDDF

Black with #5AEDDF

Text Example


Text Example

White with #5AEDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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