Html Css Color HEX #3ADCBE Turquoise

📋 copy color: '#3ADCBE'

red 58 ◦ green 220 ◦ blue 190

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

Shades of Turquoise #3ADCBE

Tints of Turquoise #3ADCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.01%

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 12.39%
G = 47.01%
B = 40.6%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#3ADCBE (or 0x3ADCBE) is known color: Turquoise. HEX triplet: 3A, DC and BE. RGB value is (58,220,190). Sum of RGB (Red+Green+Blue) = 58+220+190=468 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.39% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADCBE is #C52341. Grayscale: #A8A8A8. Windows color (decimal): -12919618 or 12508218. OLE color: 12508218.

HSL color Cylindrical-coordinate representation of color #3ADCBE: hue angle of 168.89º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADCBE is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 220 190 -
CMYK 0.74 0 0.14 0.14
HSL 168.89º 0.7% 0.55% -
HSV(B) 168.89º 0.74% 0.86% -
XYZ 36.63 55.8 57.56 -
YUV 168.14 140.33 49.44 -
System Red Green Blue C M Y K H S L
Decimal 58 220 190 0.74 0 0.14 0.14 168.89 0.7 0.55
Hex 3A DC BE 4A 0 E E A9 46 37
Octal 72 334 276 112 0 16 16 251 106 67
Binary 111010 11011100 10111110 1001010 0 1110 1110 10101001 1000110 110111

Color Harmonies of #3ADCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADCBE

Black with #3ADCBE

Text Example


Text Example

White with #3ADCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,220,190); }

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

background-color css

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

 a { background-color: rgb(58,220,190); }

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

border-color css

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

 span { border-color: rgb(58,220,190); }

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