Html Css Color HEX #5ACECF Medium Turquoise

📋 copy color: '#5ACECF'

red 90 ◦ green 206 ◦ blue 207

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

Shades of Medium Turquoise #5ACECF

Tints of Medium Turquoise #5ACECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.15%

R = 17.89%
G = 40.95%
B = 41.15%

CMYK

 C value IS 0.57

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5ACECF (or 0x5ACECF) is known color: Medium Turquoise. HEX triplet: 5A, CE and CF. RGB value is (90,206,207). Sum of RGB (Red+Green+Blue) = 90+206+207=503 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.89% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #5ACECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACECF is #A53130. Grayscale: #ABABAB. Windows color (decimal): -10826033 or 13618778. OLE color: 13618778.

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

Color convert

RGB 90 206 207 -
CMYK 0.57 0.00 0 0.19
HSL 180.51º 0.55% 0.58% -
HSV(B) 180.51º 0.57% 0.81% -
XYZ 37.55 50.82 66.86 -
YUV 171.43 148.07 69.92 -
System Red Green Blue C M Y K H S L
Decimal 90 206 207 0.57 0.00 0 0.19 180.51 0.55 0.58
Hex 5A CE CF 39 0 0 13 B5 37 3A
Octal 132 316 317 71 0 0 23 265 67 72
Binary 1011010 11001110 11001111 111001 0 0 10011 10110101 110111 111010

Color Harmonies of #5ACECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACECF

Black with #5ACECF

Text Example


Text Example

White with #5ACECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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