Html Css Color HEX #3ACFC2 Medium Turquoise

📋 copy color: '#3ACFC2'

red 58 ◦ green 207 ◦ blue 194

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

Shades of Medium Turquoise #3ACFC2

Tints of Medium Turquoise #3ACFC2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.1%

 BLUE value IS 194 (76.17% from 255) = 42.27%

R = 12.64%
G = 45.1%
B = 42.27%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#3ACFC2 (or 0x3ACFC2) is known color: Medium Turquoise. HEX triplet: 3A, CF and C2. RGB value is (58,207,194). Sum of RGB (Red+Green+Blue) = 58+207+194=459 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.64% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACFC2 is #C5303D. Grayscale: #A0A0A0. Windows color (decimal): -12922942 or 12767034. OLE color: 12767034.

HSL color Cylindrical-coordinate representation of color #3ACFC2: hue angle of 174.77º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACFC2 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 207 194 -
CMYK 0.72 0 0.06 0.19
HSL 174.77º 0.61% 0.52% -
HSV(B) 174.77º 0.72% 0.81% -
XYZ 33.8 49.42 58.8 -
YUV 160.97 146.64 54.56 -
System Red Green Blue C M Y K H S L
Decimal 58 207 194 0.72 0 0.06 0.19 174.77 0.61 0.52
Hex 3A CF C2 48 0 6 13 AF 3D 34
Octal 72 317 302 110 0 6 23 257 75 64
Binary 111010 11001111 11000010 1001000 0 110 10011 10101111 111101 110100

Color Harmonies of #3ACFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACFC2

Black with #3ACFC2

Text Example


Text Example

White with #3ACFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,207,194); }

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

background-color css

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

 a { background-color: rgb(58,207,194); }

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

border-color css

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

 span { border-color: rgb(58,207,194); }

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