Html Css Color HEX #3ACBC7 Medium Turquoise

📋 copy color: '#3ACBC7'

red 58 ◦ green 203 ◦ blue 199

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

Shades of Medium Turquoise #3ACBC7

Tints of Medium Turquoise #3ACBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.26%

R = 12.61%
G = 44.13%
B = 43.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#3ACBC7 (or 0x3ACBC7) is known color: Medium Turquoise. HEX triplet: 3A, CB and C7. RGB value is (58,203,199). Sum of RGB (Red+Green+Blue) = 58+203+199=460 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.61% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 199 (78.12% from 255 or 43.26% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACBC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACBC7 is #C53438. Grayscale: #9F9F9F. Windows color (decimal): -12923961 or 13093690. OLE color: 13093690.

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

Color convert

RGB 58 203 199 -
CMYK 0.71 0 0.02 0.20
HSL 178.34º 0.58% 0.51% -
HSV(B) 178.34º 0.71% 0.8% -
XYZ 33.41 47.73 61.49 -
YUV 159.19 150.46 55.83 -
System Red Green Blue C M Y K H S L
Decimal 58 203 199 0.71 0 0.02 0.20 178.34 0.58 0.51
Hex 3A CB C7 47 0 2 14 B2 3A 33
Octal 72 313 307 107 0 2 24 262 72 63
Binary 111010 11001011 11000111 1000111 0 10 10100 10110010 111010 110011

Color Harmonies of #3ACBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACBC7

Black with #3ACBC7

Text Example


Text Example

White with #3ACBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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