Html Css Color HEX #3ACBBC Medium Turquoise

📋 copy color: '#3ACBBC'

red 58 ◦ green 203 ◦ blue 188

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

Shades of Medium Turquoise #3ACBBC

Tints of Medium Turquoise #3ACBBC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.21%

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

R = 12.92%
G = 45.21%
B = 41.87%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#3ACBBC (or 0x3ACBBC) is known color: Medium Turquoise. HEX triplet: 3A, CB and BC. RGB value is (58,203,188). Sum of RGB (Red+Green+Blue) = 58+203+188=449 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.92% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACBBC is #C53443. Grayscale: #9D9D9D. Windows color (decimal): -12923972 or 12372794. OLE color: 12372794.

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

Color convert

RGB 58 203 188 -
CMYK 0.71 0 0.07 0.20
HSL 173.79º 0.58% 0.51% -
HSV(B) 173.79º 0.71% 0.8% -
XYZ 32.18 47.24 55 -
YUV 157.94 144.96 56.72 -
System Red Green Blue C M Y K H S L
Decimal 58 203 188 0.71 0 0.07 0.20 173.79 0.58 0.51
Hex 3A CB BC 47 0 7 14 AE 3A 33
Octal 72 313 274 107 0 7 24 256 72 63
Binary 111010 11001011 10111100 1000111 0 111 10100 10101110 111010 110011

Color Harmonies of #3ACBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACBBC

Black with #3ACBBC

Text Example


Text Example

White with #3ACBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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