Html Css Color HEX #3AE1BD Turquoise

📋 copy color: '#3AE1BD'

red 58 ◦ green 225 ◦ blue 189

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

Shades of Turquoise #3AE1BD

Tints of Turquoise #3AE1BD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.67%

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 12.29%
G = 47.67%
B = 40.04%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#3AE1BD (or 0x3AE1BD) is known color: Turquoise. HEX triplet: 3A, E1 and BD. RGB value is (58,225,189). Sum of RGB (Red+Green+Blue) = 58+225+189=472 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.29% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #3AE1BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AE1BD is #C51E42. Grayscale: #AAAAAA. Windows color (decimal): -12918339 or 12443962. OLE color: 12443962.

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

Color convert

RGB 58 225 189 -
CMYK 0.74 0 0.16 0.12
HSL 167.07º 0.74% 0.55% -
HSV(B) 167.07º 0.74% 0.88% -
XYZ 37.86 58.42 57.43 -
YUV 170.96 138.17 47.43 -
System Red Green Blue C M Y K H S L
Decimal 58 225 189 0.74 0 0.16 0.12 167.07 0.74 0.55
Hex 3A E1 BD 4A 0 10 C A7 4A 37
Octal 72 341 275 112 0 20 14 247 112 67
Binary 111010 11100001 10111101 1001010 0 10000 1100 10100111 1001010 110111

Color Harmonies of #3AE1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE1BD

Black with #3AE1BD

Text Example


Text Example

White with #3AE1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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