Html Css Color HEX #3AD7DA Turquoise

📋 copy color: '#3AD7DA'

red 58 ◦ green 215 ◦ blue 218

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

Shades of Turquoise #3AD7DA

Tints of Turquoise #3AD7DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 11.81%
G = 43.79%
B = 44.4%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3AD7DA (or 0x3AD7DA) is known color: Turquoise. HEX triplet: 3A, D7 and DA. RGB value is (58,215,218). Sum of RGB (Red+Green+Blue) = 58+215+218=491 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.81% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #3AD7DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD7DA is #C52825. Grayscale: #A8A8A8. Windows color (decimal): -12920870 or 14341946. OLE color: 14341946.

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

Color convert

RGB 58 215 218 -
CMYK 0.73 0.01 0 0.15
HSL 181.13º 0.68% 0.54% -
HSV(B) 181.13º 0.73% 0.85% -
XYZ 38.7 54.56 74.82 -
YUV 168.4 155.99 49.26 -
System Red Green Blue C M Y K H S L
Decimal 58 215 218 0.73 0.01 0 0.15 181.13 0.68 0.54
Hex 3A D7 DA 49 1 0 F B5 44 36
Octal 72 327 332 111 1 0 17 265 104 66
Binary 111010 11010111 11011010 1001001 1 0 1111 10110101 1000100 110110

Color Harmonies of #3AD7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD7DA

Black with #3AD7DA

Text Example


Text Example

White with #3AD7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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