Html Css Color HEX #3ACABB Medium Turquoise

📋 copy color: '#3ACABB'

red 58 ◦ green 202 ◦ blue 187

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

Shades of Medium Turquoise #3ACABB

Tints of Medium Turquoise #3ACABB

RGB

 RED value IS 58 (23.05% from 255) = 12.98%

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

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 12.98%
G = 45.19%
B = 41.83%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#3ACABB (or 0x3ACABB) is known color: Medium Turquoise. HEX triplet: 3A, CA and BB. RGB value is (58,202,187). Sum of RGB (Red+Green+Blue) = 58+202+187=447 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.98% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACABB is #C53544. Grayscale: #9D9D9D. Windows color (decimal): -12924229 or 12307002. OLE color: 12307002.

HSL color Cylindrical-coordinate representation of color #3ACABB: hue angle of 173.75º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ACABB is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 58 202 187 -
CMYK 0.71 0 0.07 0.21
HSL 173.75º 0.58% 0.51% -
HSV(B) 173.75º 0.71% 0.79% -
XYZ 31.84 46.73 54.36 -
YUV 157.23 144.79 57.22 -
System Red Green Blue C M Y K H S L
Decimal 58 202 187 0.71 0 0.07 0.21 173.75 0.58 0.51
Hex 3A CA BB 47 0 7 15 AE 3A 33
Octal 72 312 273 107 0 7 25 256 72 63
Binary 111010 11001010 10111011 1000111 0 111 10101 10101110 111010 110011

Color Harmonies of #3ACABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACABB

Black with #3ACABB

Text Example


Text Example

White with #3ACABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3ACABB; }

 p { color: rgb(58,202,187); }

 H1.HeaderClassName
 {
   color: #3ACABB;
 }
 .AnyTagClassName
 {
   color: #3ACABB;
 }
</style>

background-color css

<style>
 a { background-color: #3ACABB; }

 a { background-color: rgb(58,202,187); }

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

border-color css

<style>
 span { border-color: #3ACABB; }

 span { border-color: rgb(58,202,187); }

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