Html Css Color HEX #3ACBC9 Medium Turquoise

📋 copy color: '#3ACBC9'

red 58 ◦ green 203 ◦ blue 201

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

Shades of Medium Turquoise #3ACBC9

Tints of Medium Turquoise #3ACBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.51%

R = 12.55%
G = 43.94%
B = 43.51%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#3ACBC9 (or 0x3ACBC9) is known color: Medium Turquoise. HEX triplet: 3A, CB and C9. RGB value is (58,203,201). Sum of RGB (Red+Green+Blue) = 58+203+201=462 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.55% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACBC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACBC9 is #C53436. Grayscale: #9F9F9F. Windows color (decimal): -12923959 or 13224762. OLE color: 13224762.

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

Color convert

RGB 58 203 201 -
CMYK 0.71 0 0.01 0.20
HSL 179.17º 0.58% 0.51% -
HSV(B) 179.17º 0.71% 0.8% -
XYZ 33.64 47.83 62.72 -
YUV 159.42 151.46 55.66 -
System Red Green Blue C M Y K H S L
Decimal 58 203 201 0.71 0 0.01 0.20 179.17 0.58 0.51
Hex 3A CB C9 47 0 1 14 B3 3A 33
Octal 72 313 311 107 0 1 24 263 72 63
Binary 111010 11001011 11001001 1000111 0 1 10100 10110011 111010 110011

Color Harmonies of #3ACBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACBC9

Black with #3ACBC9

Text Example


Text Example

White with #3ACBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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