Html Css Color HEX #3AE5C6 Turquoise

📋 copy color: '#3AE5C6'

red 58 ◦ green 229 ◦ blue 198

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

Shades of Turquoise #3AE5C6

Tints of Turquoise #3AE5C6

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.22%

 BLUE value IS 198 (77.73% from 255) = 40.82%

R = 11.96%
G = 47.22%
B = 40.82%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#3AE5C6 (or 0x3AE5C6) is known color: Turquoise. HEX triplet: 3A, E5 and C6. RGB value is (58,229,198). Sum of RGB (Red+Green+Blue) = 58+229+198=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #3AE5C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AE5C6 is #C51A39. Grayscale: #AEAEAE. Windows color (decimal): -12917306 or 13034810. OLE color: 13034810.

HSL color Cylindrical-coordinate representation of color #3AE5C6: hue angle of 169.12º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE5C6 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 58 229 198 -
CMYK 0.75 0 0.14 0.10
HSL 169.12º 0.77% 0.56% -
HSV(B) 169.12º 0.75% 0.9% -
XYZ 39.96 61.02 63.1 -
YUV 174.34 141.35 45.02 -
System Red Green Blue C M Y K H S L
Decimal 58 229 198 0.75 0 0.14 0.10 169.12 0.77 0.56
Hex 3A E5 C6 4B 0 E A A9 4D 38
Octal 72 345 306 113 0 16 12 251 115 70
Binary 111010 11100101 11000110 1001011 0 1110 1010 10101001 1001101 111000

Color Harmonies of #3AE5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE5C6

Black with #3AE5C6

Text Example


Text Example

White with #3AE5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,229,198); }

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

background-color css

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

 a { background-color: rgb(58,229,198); }

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

border-color css

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

 span { border-color: rgb(58,229,198); }

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