Html Css Color HEX #3ADAB5 Turquoise

📋 copy color: '#3ADAB5'

red 58 ◦ green 218 ◦ blue 181

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

Shades of Turquoise #3ADAB5

Tints of Turquoise #3ADAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.61%

R = 12.69%
G = 47.7%
B = 39.61%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#3ADAB5 (or 0x3ADAB5) is known color: Turquoise. HEX triplet: 3A, DA and B5. RGB value is (58,218,181). Sum of RGB (Red+Green+Blue) = 58+218+181=457 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.69% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADAB5 is #C5254A. Grayscale: #A5A5A5. Windows color (decimal): -12920139 or 11917882. OLE color: 11917882.

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

Color convert

RGB 58 218 181 -
CMYK 0.73 0 0.17 0.15
HSL 166.13º 0.68% 0.54% -
HSV(B) 166.13º 0.73% 0.85% -
XYZ 35.16 54.38 52.36 -
YUV 165.94 136.49 51.01 -
System Red Green Blue C M Y K H S L
Decimal 58 218 181 0.73 0 0.17 0.15 166.13 0.68 0.54
Hex 3A DA B5 49 0 11 F A6 44 36
Octal 72 332 265 111 0 21 17 246 104 66
Binary 111010 11011010 10110101 1001001 0 10001 1111 10100110 1000100 110110

Color Harmonies of #3ADAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADAB5

Black with #3ADAB5

Text Example


Text Example

White with #3ADAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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