Html Css Color HEX #3ADED6 Turquoise

📋 copy color: '#3ADED6'

red 58 ◦ green 222 ◦ blue 214

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

Shades of Turquoise #3ADED6

Tints of Turquoise #3ADED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.32%

R = 11.74%
G = 44.94%
B = 43.32%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#3ADED6 (or 0x3ADED6) is known color: Turquoise. HEX triplet: 3A, DE and D6. RGB value is (58,222,214). Sum of RGB (Red+Green+Blue) = 58+222+214=494 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.74% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADED6 is #C52129. Grayscale: #ABABAB. Windows color (decimal): -12919082 or 14081594. OLE color: 14081594.

HSL color Cylindrical-coordinate representation of color #3ADED6: hue angle of 177.07º 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 #3ADED6 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 222 214 -
CMYK 0.74 0 0.04 0.13
HSL 177.07º 0.71% 0.55% -
HSV(B) 177.07º 0.74% 0.87% -
XYZ 40 58 72.7 -
YUV 172.05 151.67 46.65 -
System Red Green Blue C M Y K H S L
Decimal 58 222 214 0.74 0 0.04 0.13 177.07 0.71 0.55
Hex 3A DE D6 4A 0 4 D B1 47 37
Octal 72 336 326 112 0 4 15 261 107 67
Binary 111010 11011110 11010110 1001010 0 100 1101 10110001 1000111 110111

Color Harmonies of #3ADED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADED6

Black with #3ADED6

Text Example


Text Example

White with #3ADED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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