Html Css Color HEX #5ACECA Medium Turquoise

📋 copy color: '#5ACECA'

red 90 ◦ green 206 ◦ blue 202

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

Shades of Medium Turquoise #5ACECA

Tints of Medium Turquoise #5ACECA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.37%

 BLUE value IS 202 (79.3% from 255) = 40.56%

R = 18.07%
G = 41.37%
B = 40.56%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#5ACECA (or 0x5ACECA) is known color: Medium Turquoise. HEX triplet: 5A, CE and CA. RGB value is (90,206,202). Sum of RGB (Red+Green+Blue) = 90+206+202=498 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.07% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACECA is #A53135. Grayscale: #AAAAAA. Windows color (decimal): -10826038 or 13291098. OLE color: 13291098.

HSL color Cylindrical-coordinate representation of color #5ACECA: hue angle of 177.93º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACECA is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 206 202 -
CMYK 0.56 0 0.02 0.19
HSL 177.93º 0.54% 0.58% -
HSV(B) 177.93º 0.56% 0.81% -
XYZ 36.95 50.58 63.69 -
YUV 170.86 145.57 70.33 -
System Red Green Blue C M Y K H S L
Decimal 90 206 202 0.56 0 0.02 0.19 177.93 0.54 0.58
Hex 5A CE CA 38 0 2 13 B2 36 3A
Octal 132 316 312 70 0 2 23 262 66 72
Binary 1011010 11001110 11001010 111000 0 10 10011 10110010 110110 111010

Color Harmonies of #5ACECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACECA

Black with #5ACECA

Text Example


Text Example

White with #5ACECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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