Html Css Color HEX #5AECCE Turquoise

📋 copy color: '#5AECCE'

red 90 ◦ green 236 ◦ blue 206

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

Shades of Turquoise #5AECCE

Tints of Turquoise #5AECCE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.36%

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

R = 16.92%
G = 44.36%
B = 38.72%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#5AECCE (or 0x5AECCE) is known color: Turquoise. HEX triplet: 5A, EC and CE. RGB value is (90,236,206). Sum of RGB (Red+Green+Blue) = 90+236+206=532 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.92% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #5AECCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AECCE is #A51331. Grayscale: #BCBCBC. Windows color (decimal): -10818354 or 13560922. OLE color: 13560922.

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

Color convert

RGB 90 236 206 -
CMYK 0.62 0 0.13 0.07
HSL 167.67º 0.79% 0.64% -
HSV(B) 167.67º 0.62% 0.93% -
XYZ 45.35 66.62 68.86 -
YUV 188.93 137.63 57.44 -
System Red Green Blue C M Y K H S L
Decimal 90 236 206 0.62 0 0.13 0.07 167.67 0.79 0.64
Hex 5A EC CE 3E 0 D 7 A8 4F 40
Octal 132 354 316 76 0 15 7 250 117 100
Binary 1011010 11101100 11001110 111110 0 1101 111 10101000 1001111 1000000

Color Harmonies of #5AECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AECCE

Black with #5AECCE

Text Example


Text Example

White with #5AECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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