Html Css Color HEX #3ADAB7 Turquoise

📋 copy color: '#3ADAB7'

red 58 ◦ green 218 ◦ blue 183

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

Shades of Turquoise #3ADAB7

Tints of Turquoise #3ADAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.87%

R = 12.64%
G = 47.49%
B = 39.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#3ADAB7 (or 0x3ADAB7) is known color: Turquoise. HEX triplet: 3A, DA and B7. RGB value is (58,218,183). Sum of RGB (Red+Green+Blue) = 58+218+183=459 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.64% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADAB7 is #C52548. Grayscale: #A6A6A6. Windows color (decimal): -12920137 or 12048954. OLE color: 12048954.

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

Color convert

RGB 58 218 183 -
CMYK 0.73 0 0.16 0.15
HSL 166.88º 0.68% 0.54% -
HSV(B) 166.88º 0.73% 0.85% -
XYZ 35.36 54.46 53.45 -
YUV 166.17 137.49 50.85 -
System Red Green Blue C M Y K H S L
Decimal 58 218 183 0.73 0 0.16 0.15 166.88 0.68 0.54
Hex 3A DA B7 49 0 10 F A7 44 36
Octal 72 332 267 111 0 20 17 247 104 66
Binary 111010 11011010 10110111 1001001 0 10000 1111 10100111 1000100 110110

Color Harmonies of #3ADAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADAB7

Black with #3ADAB7

Text Example


Text Example

White with #3ADAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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