Html Css Color HEX #3ACBC3 Medium Turquoise

📋 copy color: '#3ACBC3'

red 58 ◦ green 203 ◦ blue 195

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

Shades of Medium Turquoise #3ACBC3

Tints of Medium Turquoise #3ACBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.76%

R = 12.72%
G = 44.52%
B = 42.76%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#3ACBC3 (or 0x3ACBC3) is known color: Medium Turquoise. HEX triplet: 3A, CB and C3. RGB value is (58,203,195). Sum of RGB (Red+Green+Blue) = 58+203+195=456 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.72% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACBC3 is #C5343C. Grayscale: #9E9E9E. Windows color (decimal): -12923965 or 12831546. OLE color: 12831546.

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

Color convert

RGB 58 203 195 -
CMYK 0.71 0 0.04 0.20
HSL 176.69º 0.58% 0.51% -
HSV(B) 176.69º 0.71% 0.8% -
XYZ 32.95 47.55 59.07 -
YUV 158.73 148.46 56.15 -
System Red Green Blue C M Y K H S L
Decimal 58 203 195 0.71 0 0.04 0.20 176.69 0.58 0.51
Hex 3A CB C3 47 0 4 14 B1 3A 33
Octal 72 313 303 107 0 4 24 261 72 63
Binary 111010 11001011 11000011 1000111 0 100 10100 10110001 111010 110011

Color Harmonies of #3ACBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACBC3

Black with #3ACBC3

Text Example


Text Example

White with #3ACBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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