Html Css Color HEX #3AD9CE Turquoise

📋 copy color: '#3AD9CE'

red 58 ◦ green 217 ◦ blue 206

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

Shades of Turquoise #3AD9CE

Tints of Turquoise #3AD9CE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.11%

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

R = 12.06%
G = 45.11%
B = 42.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#3AD9CE (or 0x3AD9CE) is known color: Turquoise. HEX triplet: 3A, D9 and CE. RGB value is (58,217,206). Sum of RGB (Red+Green+Blue) = 58+217+206=481 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.06% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD9CE is #C52631. Grayscale: #A8A8A8. Windows color (decimal): -12920370 or 13556026. OLE color: 13556026.

HSL color Cylindrical-coordinate representation of color #3AD9CE: hue angle of 175.85º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD9CE is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 217 206 -
CMYK 0.73 0 0.05 0.15
HSL 175.85º 0.68% 0.54% -
HSV(B) 175.85º 0.73% 0.85% -
XYZ 37.7 54.98 67.02 -
YUV 168.21 149.32 49.39 -
System Red Green Blue C M Y K H S L
Decimal 58 217 206 0.73 0 0.05 0.15 175.85 0.68 0.54
Hex 3A D9 CE 49 0 5 F B0 44 36
Octal 72 331 316 111 0 5 17 260 104 66
Binary 111010 11011001 11001110 1001001 0 101 1111 10110000 1000100 110110

Color Harmonies of #3AD9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD9CE

Black with #3AD9CE

Text Example


Text Example

White with #3AD9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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