Html Css Color HEX #3ADAB4 Turquoise

📋 copy color: '#3ADAB4'

red 58 ◦ green 218 ◦ blue 180

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

Shades of Turquoise #3ADAB4

Tints of Turquoise #3ADAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.47%

R = 12.72%
G = 47.81%
B = 39.47%

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

#3ADAB4 (or 0x3ADAB4) is known color: Turquoise. HEX triplet: 3A, DA and B4. RGB value is (58,218,180). Sum of RGB (Red+Green+Blue) = 58+218+180=456 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.72% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADAB4 is #C5254B. Grayscale: #A5A5A5. Windows color (decimal): -12920140 or 11852346. OLE color: 11852346.

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

Color convert

RGB 58 218 180 -
CMYK 0.73 0 0.17 0.15
HSL 165.75º 0.68% 0.54% -
HSV(B) 165.75º 0.73% 0.85% -
XYZ 35.05 54.34 51.82 -
YUV 165.83 135.99 51.09 -
System Red Green Blue C M Y K H S L
Decimal 58 218 180 0.73 0 0.17 0.15 165.75 0.68 0.54
Hex 3A DA B4 49 0 11 F A6 44 36
Octal 72 332 264 111 0 21 17 246 104 66
Binary 111010 11011010 10110100 1001001 0 10001 1111 10100110 1000100 110110

Color Harmonies of #3ADAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADAB4

Black with #3ADAB4

Text Example


Text Example

White with #3ADAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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