Html Css Color HEX #3AE9CE Turquoise

📋 copy color: '#3AE9CE'

red 58 ◦ green 233 ◦ blue 206

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

Shades of Turquoise #3AE9CE

Tints of Turquoise #3AE9CE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.88%

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 11.67%
G = 46.88%
B = 41.45%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#3AE9CE (or 0x3AE9CE) is known color: Turquoise. HEX triplet: 3A, E9 and CE. RGB value is (58,233,206). Sum of RGB (Red+Green+Blue) = 58+233+206=497 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.67% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 233 - color contains mainly: green. Hex color #3AE9CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AE9CE is #C51631. Grayscale: #B1B1B1. Windows color (decimal): -12916274 or 13560122. OLE color: 13560122.

HSL color Cylindrical-coordinate representation of color #3AE9CE: hue angle of 170.74º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE9CE is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 58 233 206 -
CMYK 0.75 0 0.12 0.09
HSL 170.74º 0.8% 0.57% -
HSV(B) 170.74º 0.75% 0.91% -
XYZ 42.02 63.63 68.46 -
YUV 177.6 144.02 42.7 -
System Red Green Blue C M Y K H S L
Decimal 58 233 206 0.75 0 0.12 0.09 170.74 0.8 0.57
Hex 3A E9 CE 4B 0 C 9 AB 50 39
Octal 72 351 316 113 0 14 11 253 120 71
Binary 111010 11101001 11001110 1001011 0 1100 1001 10101011 1010000 111001

Color Harmonies of #3AE9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE9CE

Black with #3AE9CE

Text Example


Text Example

White with #3AE9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,233,206); }

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

background-color css

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

 a { background-color: rgb(58,233,206); }

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

border-color css

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

 span { border-color: rgb(58,233,206); }

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