Html Css Color HEX #3ACCCE Medium Turquoise

📋 copy color: '#3ACCCE'

red 58 ◦ green 204 ◦ blue 206

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

Shades of Medium Turquoise #3ACCCE

Tints of Medium Turquoise #3ACCCE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.59%

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 12.39%
G = 43.59%
B = 44.02%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3ACCCE (or 0x3ACCCE) is known color: Medium Turquoise. HEX triplet: 3A, CC and CE. RGB value is (58,204,206). Sum of RGB (Red+Green+Blue) = 58+204+206=468 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.39% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #3ACCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACCCE is #C53331. Grayscale: #A0A0A0. Windows color (decimal): -12923698 or 13552698. OLE color: 13552698.

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

Color convert

RGB 58 204 206 -
CMYK 0.72 0.01 0 0.19
HSL 180.81º 0.6% 0.52% -
HSV(B) 180.81º 0.72% 0.81% -
XYZ 34.48 48.54 65.94 -
YUV 160.57 153.63 54.84 -
System Red Green Blue C M Y K H S L
Decimal 58 204 206 0.72 0.01 0 0.19 180.81 0.6 0.52
Hex 3A CC CE 48 1 0 13 B5 3C 34
Octal 72 314 316 110 1 0 23 265 74 64
Binary 111010 11001100 11001110 1001000 1 0 10011 10110101 111100 110100

Color Harmonies of #3ACCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACCCE

Black with #3ACCCE

Text Example


Text Example

White with #3ACCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,204,206); }

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

background-color css

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

 a { background-color: rgb(58,204,206); }

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

border-color css

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

 span { border-color: rgb(58,204,206); }

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