Html Css Color HEX #3ACDD6 Medium Turquoise

📋 copy color: '#3ACDD6'

red 58 ◦ green 205 ◦ blue 214

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

Shades of Medium Turquoise #3ACDD6

Tints of Medium Turquoise #3ACDD6

RGB

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

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

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

R = 12.16%
G = 42.98%
B = 44.86%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3ACDD6 (or 0x3ACDD6) is known color: Medium Turquoise. HEX triplet: 3A, CD and D6. RGB value is (58,205,214). Sum of RGB (Red+Green+Blue) = 58+205+214=477 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.16% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 214 - color contains mainly: blue. Hex color #3ACDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACDD6 is #C53229. Grayscale: #A1A1A1. Windows color (decimal): -12923434 or 14077242. OLE color: 14077242.

HSL color Cylindrical-coordinate representation of color #3ACDD6: hue angle of 183.46º 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 #3ACDD6 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 205 214 -
CMYK 0.73 0.04 0 0.16
HSL 183.46º 0.66% 0.53% -
HSV(B) 183.46º 0.73% 0.84% -
XYZ 35.71 49.42 71.27 -
YUV 162.07 157.3 53.77 -
System Red Green Blue C M Y K H S L
Decimal 58 205 214 0.73 0.04 0 0.16 183.46 0.66 0.53
Hex 3A CD D6 49 4 0 10 B7 42 35
Octal 72 315 326 111 4 0 20 267 102 65
Binary 111010 11001101 11010110 1001001 100 0 10000 10110111 1000010 110101

Color Harmonies of #3ACDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACDD6

Black with #3ACDD6

Text Example


Text Example

White with #3ACDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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