Html Css Color HEX #3AD6CC Turquoise

📋 copy color: '#3AD6CC'

red 58 ◦ green 214 ◦ blue 204

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

Shades of Turquoise #3AD6CC

Tints of Turquoise #3AD6CC

RGB

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

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

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

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

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

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

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

Color convert

RGB 58 214 204 -
CMYK 0.73 0 0.05 0.16
HSL 176.15º 0.66% 0.53% -
HSV(B) 176.15º 0.73% 0.84% -
XYZ 36.69 53.35 65.49 -
YUV 166.22 149.32 50.81 -
System Red Green Blue C M Y K H S L
Decimal 58 214 204 0.73 0 0.05 0.16 176.15 0.66 0.53
Hex 3A D6 CC 49 0 5 10 B0 42 35
Octal 72 326 314 111 0 5 20 260 102 65
Binary 111010 11010110 11001100 1001001 0 101 10000 10110000 1000010 110101

Color Harmonies of #3AD6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD6CC

Black with #3AD6CC

Text Example


Text Example

White with #3AD6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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