Html Css Color HEX #5ACCCB Medium Turquoise

📋 copy color: '#5ACCCB'

red 90 ◦ green 204 ◦ blue 203

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

Shades of Medium Turquoise #5ACCCB

Tints of Medium Turquoise #5ACCCB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.05%

 BLUE value IS 203 (79.69% from 255) = 40.85%

R = 18.11%
G = 41.05%
B = 40.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#5ACCCB (or 0x5ACCCB) is known color: Medium Turquoise. HEX triplet: 5A, CC and CB. RGB value is (90,204,203). Sum of RGB (Red+Green+Blue) = 90+204+203=497 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.11% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACCCB is #A53334. Grayscale: #A9A9A9. Windows color (decimal): -10826549 or 13356122. OLE color: 13356122.

HSL color Cylindrical-coordinate representation of color #5ACCCB: hue angle of 179.47º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACCCB is Cyan = 0.56, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 90 204 203 -
CMYK 0.56 0 0.00 0.2
HSL 179.47º 0.53% 0.58% -
HSV(B) 179.47º 0.56% 0.8% -
XYZ 36.59 49.67 64.16 -
YUV 169.8 146.73 71.08 -
System Red Green Blue C M Y K H S L
Decimal 90 204 203 0.56 0 0.00 0.2 179.47 0.53 0.58
Hex 5A CC CB 38 0 0 14 B3 35 3A
Octal 132 314 313 70 0 0 24 263 65 72
Binary 1011010 11001100 11001011 111000 0 0 10100 10110011 110101 111010

Color Harmonies of #5ACCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACCCB

Black with #5ACCCB

Text Example


Text Example

White with #5ACCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,204,203); }

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

background-color css

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

 a { background-color: rgb(90,204,203); }

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

border-color css

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

 span { border-color: rgb(90,204,203); }

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