Html Css Color HEX #3ACBC4 Medium Turquoise

📋 copy color: '#3ACBC4'

red 58 ◦ green 203 ◦ blue 196

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

Shades of Medium Turquoise #3ACBC4

Tints of Medium Turquoise #3ACBC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.89%

R = 12.69%
G = 44.42%
B = 42.89%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#3ACBC4 (or 0x3ACBC4) is known color: Medium Turquoise. HEX triplet: 3A, CB and C4. RGB value is (58,203,196). Sum of RGB (Red+Green+Blue) = 58+203+196=457 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.69% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACBC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACBC4 is #C5343B. Grayscale: #9E9E9E. Windows color (decimal): -12923964 or 12897082. OLE color: 12897082.

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

Color convert

RGB 58 203 196 -
CMYK 0.71 0 0.03 0.20
HSL 177.1º 0.58% 0.51% -
HSV(B) 177.1º 0.71% 0.8% -
XYZ 33.06 47.6 59.67 -
YUV 158.85 148.96 56.07 -
System Red Green Blue C M Y K H S L
Decimal 58 203 196 0.71 0 0.03 0.20 177.1 0.58 0.51
Hex 3A CB C4 47 0 3 14 B1 3A 33
Octal 72 313 304 107 0 3 24 261 72 63
Binary 111010 11001011 11000100 1000111 0 11 10100 10110001 111010 110011

Color Harmonies of #3ACBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACBC4

Black with #3ACBC4

Text Example


Text Example

White with #3ACBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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