Html Css Color HEX #3AD7DC Turquoise

📋 copy color: '#3AD7DC'

red 58 ◦ green 215 ◦ blue 220

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

Shades of Turquoise #3AD7DC

Tints of Turquoise #3AD7DC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.61%

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 11.76%
G = 43.61%
B = 44.62%

CMYK

 C value IS 0.74

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3AD7DC (or 0x3AD7DC) is known color: Turquoise. HEX triplet: 3A, D7 and DC. RGB value is (58,215,220). Sum of RGB (Red+Green+Blue) = 58+215+220=493 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.76% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #3AD7DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD7DC is #C52823. Grayscale: #A8A8A8. Windows color (decimal): -12920868 or 14473018. OLE color: 14473018.

HSL color Cylindrical-coordinate representation of color #3AD7DC: hue angle of 181.85º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AD7DC is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 215 220 -
CMYK 0.74 0.02 0 0.14
HSL 181.85º 0.7% 0.55% -
HSV(B) 181.85º 0.74% 0.86% -
XYZ 38.96 54.67 76.21 -
YUV 168.63 156.99 49.09 -
System Red Green Blue C M Y K H S L
Decimal 58 215 220 0.74 0.02 0 0.14 181.85 0.7 0.55
Hex 3A D7 DC 4A 2 0 E B6 46 37
Octal 72 327 334 112 2 0 16 266 106 67
Binary 111010 11010111 11011100 1001010 10 0 1110 10110110 1000110 110111

Color Harmonies of #3AD7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD7DC

Black with #3AD7DC

Text Example


Text Example

White with #3AD7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,215,220); }

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

background-color css

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

 a { background-color: rgb(58,215,220); }

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

border-color css

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

 span { border-color: rgb(58,215,220); }

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