Html Css Color HEX #3AECD1 Turquoise

📋 copy color: '#3AECD1'

red 58 ◦ green 236 ◦ blue 209

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

Shades of Turquoise #3AECD1

Tints of Turquoise #3AECD1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.92%

 BLUE value IS 209 (82.03% from 255) = 41.55%

R = 11.53%
G = 46.92%
B = 41.55%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#3AECD1 (or 0x3AECD1) is known color: Turquoise. HEX triplet: 3A, EC and D1. RGB value is (58,236,209). Sum of RGB (Red+Green+Blue) = 58+236+209=503 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.53% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AECD1 is #C5132E. Grayscale: #B3B3B3. Windows color (decimal): -12915503 or 13757498. OLE color: 13757498.

HSL color Cylindrical-coordinate representation of color #3AECD1: hue angle of 170.9º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AECD1 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 236 209 -
CMYK 0.75 0 0.11 0.07
HSL 170.9º 0.82% 0.58% -
HSV(B) 170.9º 0.75% 0.93% -
XYZ 43.25 65.49 70.68 -
YUV 179.7 144.53 41.2 -
System Red Green Blue C M Y K H S L
Decimal 58 236 209 0.75 0 0.11 0.07 170.9 0.82 0.58
Hex 3A EC D1 4B 0 B 7 AB 52 3A
Octal 72 354 321 113 0 13 7 253 122 72
Binary 111010 11101100 11010001 1001011 0 1011 111 10101011 1010010 111010

Color Harmonies of #3AECD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AECD1

Black with #3AECD1

Text Example


Text Example

White with #3AECD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,236,209); }

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

background-color css

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

 a { background-color: rgb(58,236,209); }

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

border-color css

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

 span { border-color: rgb(58,236,209); }

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