Html Css Color HEX #5AE6CE Turquoise

📋 copy color: '#5AE6CE'

red 90 ◦ green 230 ◦ blue 206

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

Shades of Turquoise #5AE6CE

Tints of Turquoise #5AE6CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 17.11%
G = 43.73%
B = 39.16%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#5AE6CE (or 0x5AE6CE) is known color: Turquoise. HEX triplet: 5A, E6 and CE. RGB value is (90,230,206). Sum of RGB (Red+Green+Blue) = 90+230+206=526 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.11% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 230 - color contains mainly: green. Hex color #5AE6CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AE6CE is #A51931. Grayscale: #B9B9B9. Windows color (decimal): -10819890 or 13559386. OLE color: 13559386.

HSL color Cylindrical-coordinate representation of color #5AE6CE: hue angle of 169.71º 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 #5AE6CE is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 90 230 206 -
CMYK 0.61 0 0.10 0.10
HSL 169.71º 0.74% 0.63% -
HSV(B) 169.71º 0.61% 0.9% -
XYZ 43.65 63.22 68.3 -
YUV 185.4 139.62 59.95 -
System Red Green Blue C M Y K H S L
Decimal 90 230 206 0.61 0 0.10 0.10 169.71 0.74 0.63
Hex 5A E6 CE 3D 0 A A AA 4A 3F
Octal 132 346 316 75 0 12 12 252 112 77
Binary 1011010 11100110 11001110 111101 0 1010 1010 10101010 1001010 111111

Color Harmonies of #5AE6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE6CE

Black with #5AE6CE

Text Example


Text Example

White with #5AE6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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