Html Css Color HEX #3AEAD2 Turquoise

📋 copy color: '#3AEAD2'

red 58 ◦ green 234 ◦ blue 210

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

Shades of Turquoise #3AEAD2

Tints of Turquoise #3AEAD2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.61%

 BLUE value IS 210 (82.42% from 255) = 41.83%

R = 11.55%
G = 46.61%
B = 41.83%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#3AEAD2 (or 0x3AEAD2) is known color: Turquoise. HEX triplet: 3A, EA and D2. RGB value is (58,234,210). Sum of RGB (Red+Green+Blue) = 58+234+210=502 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.55% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEAD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEAD2 is #C5152D. Grayscale: #B2B2B2. Windows color (decimal): -12916014 or 13822522. OLE color: 13822522.

HSL color Cylindrical-coordinate representation of color #3AEAD2: hue angle of 171.82º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AEAD2 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 234 210 -
CMYK 0.75 0 0.10 0.08
HSL 171.82º 0.81% 0.57% -
HSV(B) 171.82º 0.75% 0.92% -
XYZ 42.8 64.4 71.15 -
YUV 178.64 145.69 41.95 -
System Red Green Blue C M Y K H S L
Decimal 58 234 210 0.75 0 0.10 0.08 171.82 0.81 0.57
Hex 3A EA D2 4B 0 A 8 AC 51 39
Octal 72 352 322 113 0 12 10 254 121 71
Binary 111010 11101010 11010010 1001011 0 1010 1000 10101100 1010001 111001

Color Harmonies of #3AEAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEAD2

Black with #3AEAD2

Text Example


Text Example

White with #3AEAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,234,210); }

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

background-color css

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

 a { background-color: rgb(58,234,210); }

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

border-color css

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

 span { border-color: rgb(58,234,210); }

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