Html Css Color HEX #3ADAB9 Turquoise

📋 copy color: '#3ADAB9'

red 58 ◦ green 218 ◦ blue 185

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

Shades of Turquoise #3ADAB9

Tints of Turquoise #3ADAB9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.29%

 BLUE value IS 185 (72.66% from 255) = 40.13%

R = 12.58%
G = 47.29%
B = 40.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#3ADAB9 (or 0x3ADAB9) is known color: Turquoise. HEX triplet: 3A, DA and B9. RGB value is (58,218,185). Sum of RGB (Red+Green+Blue) = 58+218+185=461 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.58% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADAB9 is #C52546. Grayscale: #A6A6A6. Windows color (decimal): -12920135 or 12180026. OLE color: 12180026.

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

Color convert

RGB 58 218 185 -
CMYK 0.73 0 0.15 0.15
HSL 167.63º 0.68% 0.54% -
HSV(B) 167.63º 0.73% 0.85% -
XYZ 35.57 54.55 54.55 -
YUV 166.4 138.49 50.68 -
System Red Green Blue C M Y K H S L
Decimal 58 218 185 0.73 0 0.15 0.15 167.63 0.68 0.54
Hex 3A DA B9 49 0 F F A8 44 36
Octal 72 332 271 111 0 17 17 250 104 66
Binary 111010 11011010 10111001 1001001 0 1111 1111 10101000 1000100 110110

Color Harmonies of #3ADAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADAB9

Black with #3ADAB9

Text Example


Text Example

White with #3ADAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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