Html Css Color HEX #3ADCE1 Turquoise

📋 copy color: '#3ADCE1'

red 58 ◦ green 220 ◦ blue 225

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

Shades of Turquoise #3ADCE1

Tints of Turquoise #3ADCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.73%

R = 11.53%
G = 43.74%
B = 44.73%

CMYK

 C value IS 0.74

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3ADCE1 (or 0x3ADCE1) is known color: Turquoise. HEX triplet: 3A, DC and E1. RGB value is (58,220,225). Sum of RGB (Red+Green+Blue) = 58+220+225=503 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.53% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #3ADCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADCE1 is #C5231E. Grayscale: #ABABAB. Windows color (decimal): -12919583 or 14801978. OLE color: 14801978.

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

Color convert

RGB 58 220 225 -
CMYK 0.74 0.02 0 0.12
HSL 181.8º 0.74% 0.55% -
HSV(B) 181.8º 0.74% 0.88% -
XYZ 40.93 57.52 80.18 -
YUV 172.13 157.83 46.59 -
System Red Green Blue C M Y K H S L
Decimal 58 220 225 0.74 0.02 0 0.12 181.8 0.74 0.55
Hex 3A DC E1 4A 2 0 C B6 4A 37
Octal 72 334 341 112 2 0 14 266 112 67
Binary 111010 11011100 11100001 1001010 10 0 1100 10110110 1001010 110111

Color Harmonies of #3ADCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADCE1

Black with #3ADCE1

Text Example


Text Example

White with #3ADCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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