Html Css Color HEX #3AD6DA Turquoise

📋 copy color: '#3AD6DA'

red 58 ◦ green 214 ◦ blue 218

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

Shades of Turquoise #3AD6DA

Tints of Turquoise #3AD6DA

RGB

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

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

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

R = 11.84%
G = 43.67%
B = 44.49%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3AD6DA (or 0x3AD6DA) is known color: Turquoise. HEX triplet: 3A, D6 and DA. RGB value is (58,214,218). Sum of RGB (Red+Green+Blue) = 58+214+218=490 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.84% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #3AD6DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD6DA is #C52925. Grayscale: #A7A7A7. Windows color (decimal): -12921126 or 14341690. OLE color: 14341690.

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

Color convert

RGB 58 214 218 -
CMYK 0.73 0.02 0 0.15
HSL 181.5º 0.68% 0.54% -
HSV(B) 181.5º 0.73% 0.85% -
XYZ 38.45 54.05 74.74 -
YUV 167.81 156.32 49.67 -
System Red Green Blue C M Y K H S L
Decimal 58 214 218 0.73 0.02 0 0.15 181.5 0.68 0.54
Hex 3A D6 DA 49 2 0 F B6 44 36
Octal 72 326 332 111 2 0 17 266 104 66
Binary 111010 11010110 11011010 1001001 10 0 1111 10110110 1000100 110110

Color Harmonies of #3AD6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD6DA

Black with #3AD6DA

Text Example


Text Example

White with #3AD6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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