Html Css Color HEX #3ACABC Medium Turquoise

📋 copy color: '#3ACABC'

red 58 ◦ green 202 ◦ blue 188

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

Shades of Medium Turquoise #3ACABC

Tints of Medium Turquoise #3ACABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.96%

R = 12.95%
G = 45.09%
B = 41.96%

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

#3ACABC (or 0x3ACABC) is known color: Medium Turquoise. HEX triplet: 3A, CA and BC. RGB value is (58,202,188). Sum of RGB (Red+Green+Blue) = 58+202+188=448 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.95% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACABC is #C53543. Grayscale: #9D9D9D. Windows color (decimal): -12924228 or 12372538. OLE color: 12372538.

HSL color Cylindrical-coordinate representation of color #3ACABC: hue angle of 174.17º 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 #3ACABC is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 58 202 188 -
CMYK 0.71 0 0.07 0.21
HSL 174.17º 0.58% 0.51% -
HSV(B) 174.17º 0.71% 0.79% -
XYZ 31.94 46.77 54.92 -
YUV 157.35 145.29 57.14 -
System Red Green Blue C M Y K H S L
Decimal 58 202 188 0.71 0 0.07 0.21 174.17 0.58 0.51
Hex 3A CA BC 47 0 7 15 AE 3A 33
Octal 72 312 274 107 0 7 25 256 72 63
Binary 111010 11001010 10111100 1000111 0 111 10101 10101110 111010 110011

Color Harmonies of #3ACABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACABC

Black with #3ACABC

Text Example


Text Example

White with #3ACABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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