Html Css Color HEX #3ACFBD Medium Turquoise

📋 copy color: '#3ACFBD'

red 58 ◦ green 207 ◦ blue 189

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

Shades of Medium Turquoise #3ACFBD

Tints of Medium Turquoise #3ACFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.63%

R = 12.78%
G = 45.59%
B = 41.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#3ACFBD (or 0x3ACFBD) is known color: Medium Turquoise. HEX triplet: 3A, CF and BD. RGB value is (58,207,189). Sum of RGB (Red+Green+Blue) = 58+207+189=454 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.78% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACFBD is #C53042. Grayscale: #A0A0A0. Windows color (decimal): -12922947 or 12439354. OLE color: 12439354.

HSL color Cylindrical-coordinate representation of color #3ACFBD: hue angle of 172.75º 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 #3ACFBD is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 207 189 -
CMYK 0.72 0 0.09 0.19
HSL 172.75º 0.61% 0.52% -
HSV(B) 172.75º 0.72% 0.81% -
XYZ 33.24 49.2 55.89 -
YUV 160.4 144.14 54.96 -
System Red Green Blue C M Y K H S L
Decimal 58 207 189 0.72 0 0.09 0.19 172.75 0.61 0.52
Hex 3A CF BD 48 0 9 13 AD 3D 34
Octal 72 317 275 110 0 11 23 255 75 64
Binary 111010 11001111 10111101 1001000 0 1001 10011 10101101 111101 110100

Color Harmonies of #3ACFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACFBD

Black with #3ACFBD

Text Example


Text Example

White with #3ACFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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