Html Css Color HEX #3ACDBD Medium Turquoise

📋 copy color: '#3ACDBD'

red 58 ◦ green 205 ◦ blue 189

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

Shades of Medium Turquoise #3ACDBD

Tints of Medium Turquoise #3ACDBD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.35%

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

R = 12.83%
G = 45.35%
B = 41.81%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#3ACDBD (or 0x3ACDBD) is known color: Medium Turquoise. HEX triplet: 3A, CD and BD. RGB value is (58,205,189). Sum of RGB (Red+Green+Blue) = 58+205+189=452 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.83% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACDBD is #C53242. Grayscale: #9F9F9F. Windows color (decimal): -12923459 or 12438842. OLE color: 12438842.

HSL color Cylindrical-coordinate representation of color #3ACDBD: hue angle of 173.47º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACDBD is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 205 189 -
CMYK 0.72 0 0.08 0.20
HSL 173.47º 0.6% 0.52% -
HSV(B) 173.47º 0.72% 0.8% -
XYZ 32.76 48.24 55.73 -
YUV 159.22 144.8 55.8 -
System Red Green Blue C M Y K H S L
Decimal 58 205 189 0.72 0 0.08 0.20 173.47 0.6 0.52
Hex 3A CD BD 48 0 8 14 AD 3C 34
Octal 72 315 275 110 0 10 24 255 74 64
Binary 111010 11001101 10111101 1001000 0 1000 10100 10101101 111100 110100

Color Harmonies of #3ACDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACDBD

Black with #3ACDBD

Text Example


Text Example

White with #3ACDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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