Html Css Color HEX #5AE6DF Turquoise Blue

📋 copy color: '#5AE6DF'

red 90 ◦ green 230 ◦ blue 223

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

Shades of Turquoise Blue #5AE6DF

Tints of Turquoise Blue #5AE6DF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.36%

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

R = 16.57%
G = 42.36%
B = 41.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#5AE6DF (or 0x5AE6DF) is known color: Turquoise Blue. HEX triplet: 5A, E6 and DF. RGB value is (90,230,223). Sum of RGB (Red+Green+Blue) = 90+230+223=543 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.57% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 230 - color contains mainly: green. Hex color #5AE6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AE6DF is #A51920. Grayscale: #BBBBBB. Windows color (decimal): -10819873 or 14673498. OLE color: 14673498.

HSL color Cylindrical-coordinate representation of color #5AE6DF: hue angle of 177º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE6DF is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 90 230 223 -
CMYK 0.61 0 0.03 0.10
HSL 177º 0.74% 0.63% -
HSV(B) 177º 0.61% 0.9% -
XYZ 45.83 64.1 79.77 -
YUV 187.34 148.12 58.57 -
System Red Green Blue C M Y K H S L
Decimal 90 230 223 0.61 0 0.03 0.10 177 0.74 0.63
Hex 5A E6 DF 3D 0 3 A B1 4A 3F
Octal 132 346 337 75 0 3 12 261 112 77
Binary 1011010 11100110 11011111 111101 0 11 1010 10110001 1001010 111111

Color Harmonies of #5AE6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE6DF

Black with #5AE6DF

Text Example


Text Example

White with #5AE6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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