Html Css Color HEX #3AC8DC Medium Turquoise

📋 copy color: '#3AC8DC'

red 58 ◦ green 200 ◦ blue 220

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

Shades of Medium Turquoise #3AC8DC

Tints of Medium Turquoise #3AC8DC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.84%

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 12.13%
G = 41.84%
B = 46.03%

CMYK

 C value IS 0.74

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3AC8DC (or 0x3AC8DC) is known color: Medium Turquoise. HEX triplet: 3A, C8 and DC. RGB value is (58,200,220). Sum of RGB (Red+Green+Blue) = 58+200+220=478 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.13% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #3AC8DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC8DC is #C53723. Grayscale: #9F9F9F. Windows color (decimal): -12924708 or 14469178. OLE color: 14469178.

HSL color Cylindrical-coordinate representation of color #3AC8DC: hue angle of 187.41º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AC8DC is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 200 220 -
CMYK 0.74 0.09 0 0.14
HSL 187.41º 0.7% 0.55% -
HSV(B) 187.41º 0.74% 0.86% -
XYZ 35.32 47.38 74.99 -
YUV 159.82 161.96 55.37 -
System Red Green Blue C M Y K H S L
Decimal 58 200 220 0.74 0.09 0 0.14 187.41 0.7 0.55
Hex 3A C8 DC 4A 9 0 E BB 46 37
Octal 72 310 334 112 11 0 16 273 106 67
Binary 111010 11001000 11011100 1001010 1001 0 1110 10111011 1000110 110111

Color Harmonies of #3AC8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC8DC

Black with #3AC8DC

Text Example


Text Example

White with #3AC8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,200,220); }

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

background-color css

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

 a { background-color: rgb(58,200,220); }

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

border-color css

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

 span { border-color: rgb(58,200,220); }

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