Html Css Color HEX #3ADEBA Turquoise

📋 copy color: '#3ADEBA'

red 58 ◦ green 222 ◦ blue 186

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

Shades of Turquoise #3ADEBA

Tints of Turquoise #3ADEBA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.64%

 BLUE value IS 186 (73.05% from 255) = 39.91%

R = 12.45%
G = 47.64%
B = 39.91%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#3ADEBA (or 0x3ADEBA) is known color: Turquoise. HEX triplet: 3A, DE and BA. RGB value is (58,222,186). Sum of RGB (Red+Green+Blue) = 58+222+186=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADEBA is #C52145. Grayscale: #A8A8A8. Windows color (decimal): -12919110 or 12246586. OLE color: 12246586.

HSL color Cylindrical-coordinate representation of color #3ADEBA: hue angle of 166.83º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADEBA is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 222 186 -
CMYK 0.74 0 0.16 0.13
HSL 166.83º 0.71% 0.55% -
HSV(B) 166.83º 0.74% 0.87% -
XYZ 36.73 56.69 55.46 -
YUV 168.86 137.67 48.93 -
System Red Green Blue C M Y K H S L
Decimal 58 222 186 0.74 0 0.16 0.13 166.83 0.71 0.55
Hex 3A DE BA 4A 0 10 D A7 47 37
Octal 72 336 272 112 0 20 15 247 107 67
Binary 111010 11011110 10111010 1001010 0 10000 1101 10100111 1000111 110111

Color Harmonies of #3ADEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADEBA

Black with #3ADEBA

Text Example


Text Example

White with #3ADEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,222,186); }

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

background-color css

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

 a { background-color: rgb(58,222,186); }

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

border-color css

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

 span { border-color: rgb(58,222,186); }

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