Html Css Color HEX #3AEBD2 Turquoise

📋 copy color: '#3AEBD2'

red 58 ◦ green 235 ◦ blue 210

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

Shades of Turquoise #3AEBD2

Tints of Turquoise #3AEBD2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.72%

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

R = 11.53%
G = 46.72%
B = 41.75%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#3AEBD2 (or 0x3AEBD2) is known color: Turquoise. HEX triplet: 3A, EB and D2. RGB value is (58,235,210). Sum of RGB (Red+Green+Blue) = 58+235+210=503 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.53% from 503); Green value is 235 (92.19% from 255 or 46.72% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 235 - color contains mainly: green. Hex color #3AEBD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEBD2 is #C5142D. Grayscale: #B3B3B3. Windows color (decimal): -12915758 or 13822778. OLE color: 13822778.

HSL color Cylindrical-coordinate representation of color #3AEBD2: hue angle of 171.53º degrees, saturation: 0.82, 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 #3AEBD2 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 235 210 -
CMYK 0.75 0 0.11 0.08
HSL 171.53º 0.82% 0.57% -
HSV(B) 171.53º 0.75% 0.92% -
XYZ 43.09 64.97 71.24 -
YUV 179.23 145.36 41.53 -
System Red Green Blue C M Y K H S L
Decimal 58 235 210 0.75 0 0.11 0.08 171.53 0.82 0.57
Hex 3A EB D2 4B 0 B 8 AC 52 39
Octal 72 353 322 113 0 13 10 254 122 71
Binary 111010 11101011 11010010 1001011 0 1011 1000 10101100 1010010 111001

Color Harmonies of #3AEBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEBD2

Black with #3AEBD2

Text Example


Text Example

White with #3AEBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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