Html Css Color HEX #5ACACB Medium Turquoise

📋 copy color: '#5ACACB'

red 90 ◦ green 202 ◦ blue 203

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

Shades of Medium Turquoise #5ACACB

Tints of Medium Turquoise #5ACACB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.81%

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

R = 18.18%
G = 40.81%
B = 41.01%

CMYK

 C value IS 0.56

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5ACACB (or 0x5ACACB) is known color: Medium Turquoise. HEX triplet: 5A, CA and CB. RGB value is (90,202,203). Sum of RGB (Red+Green+Blue) = 90+202+203=495 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.18% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #5ACACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACACB is #A53534. Grayscale: #A8A8A8. Windows color (decimal): -10827061 or 13355610. OLE color: 13355610.

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

Color convert

RGB 90 202 203 -
CMYK 0.56 0.00 0 0.20
HSL 180.53º 0.52% 0.57% -
HSV(B) 180.53º 0.56% 0.8% -
XYZ 36.12 48.73 64 -
YUV 168.63 147.39 71.92 -
System Red Green Blue C M Y K H S L
Decimal 90 202 203 0.56 0.00 0 0.20 180.53 0.52 0.57
Hex 5A CA CB 38 0 0 14 B5 34 39
Octal 132 312 313 70 0 0 24 265 64 71
Binary 1011010 11001010 11001011 111000 0 0 10100 10110101 110100 111001

Color Harmonies of #5ACACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACACB

Black with #5ACACB

Text Example


Text Example

White with #5ACACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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