Html Css Color HEX #3AC9D9 Medium Turquoise

📋 copy color: '#3AC9D9'

red 58 ◦ green 201 ◦ blue 217

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

Shades of Medium Turquoise #3AC9D9

Tints of Medium Turquoise #3AC9D9

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.23%

 BLUE value IS 217 (85.16% from 255) = 45.59%

R = 12.18%
G = 42.23%
B = 45.59%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3AC9D9 (or 0x3AC9D9) is known color: Medium Turquoise. HEX triplet: 3A, C9 and D9. RGB value is (58,201,217). Sum of RGB (Red+Green+Blue) = 58+201+217=476 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.18% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 217 - color contains mainly: blue. Hex color #3AC9D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC9D9 is #C53626. Grayscale: #9F9F9F. Windows color (decimal): -12924455 or 14272826. OLE color: 14272826.

HSL color Cylindrical-coordinate representation of color #3AC9D9: hue angle of 186.04º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AC9D9 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 201 217 -
CMYK 0.73 0.07 0 0.15
HSL 186.04º 0.68% 0.54% -
HSV(B) 186.04º 0.73% 0.85% -
XYZ 35.16 47.68 73 -
YUV 160.07 160.12 55.2 -
System Red Green Blue C M Y K H S L
Decimal 58 201 217 0.73 0.07 0 0.15 186.04 0.68 0.54
Hex 3A C9 D9 49 7 0 F BA 44 36
Octal 72 311 331 111 7 0 17 272 104 66
Binary 111010 11001001 11011001 1001001 111 0 1111 10111010 1000100 110110

Color Harmonies of #3AC9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC9D9

Black with #3AC9D9

Text Example


Text Example

White with #3AC9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,201,217); }

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

background-color css

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

 a { background-color: rgb(58,201,217); }

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

border-color css

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

 span { border-color: rgb(58,201,217); }

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