Html Css Color HEX #3ACCD6 Medium Turquoise

📋 copy color: '#3ACCD6'

red 58 ◦ green 204 ◦ blue 214

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

Shades of Medium Turquoise #3ACCD6

Tints of Medium Turquoise #3ACCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.96%

R = 12.18%
G = 42.86%
B = 44.96%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3ACCD6 (or 0x3ACCD6) is known color: Medium Turquoise. HEX triplet: 3A, CC and D6. RGB value is (58,204,214). Sum of RGB (Red+Green+Blue) = 58+204+214=476 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.18% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #3ACCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACCD6 is #C53329. Grayscale: #A1A1A1. Windows color (decimal): -12923690 or 14076986. OLE color: 14076986.

HSL color Cylindrical-coordinate representation of color #3ACCD6: hue angle of 183.85º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ACCD6 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 204 214 -
CMYK 0.73 0.05 0 0.16
HSL 183.85º 0.66% 0.53% -
HSV(B) 183.85º 0.73% 0.84% -
XYZ 35.48 48.94 71.2 -
YUV 161.49 157.63 54.19 -
System Red Green Blue C M Y K H S L
Decimal 58 204 214 0.73 0.05 0 0.16 183.85 0.66 0.53
Hex 3A CC D6 49 5 0 10 B8 42 35
Octal 72 314 326 111 5 0 20 270 102 65
Binary 111010 11001100 11010110 1001001 101 0 10000 10111000 1000010 110101

Color Harmonies of #3ACCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACCD6

Black with #3ACCD6

Text Example


Text Example

White with #3ACCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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