Html Css Color HEX #3AE9DB Turquoise

📋 copy color: '#3AE9DB'

red 58 ◦ green 233 ◦ blue 219

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

Shades of Turquoise #3AE9DB

Tints of Turquoise #3AE9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 11.37%
G = 45.69%
B = 42.94%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#3AE9DB (or 0x3AE9DB) is known color: Turquoise. HEX triplet: 3A, E9 and DB. RGB value is (58,233,219). Sum of RGB (Red+Green+Blue) = 58+233+219=510 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.37% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #3AE9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AE9DB is #C51624. Grayscale: #B2B2B2. Windows color (decimal): -12916261 or 14412090. OLE color: 14412090.

HSL color Cylindrical-coordinate representation of color #3AE9DB: hue angle of 175.2º 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 #3AE9DB is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 58 233 219 -
CMYK 0.75 0 0.06 0.09
HSL 175.2º 0.8% 0.57% -
HSV(B) 175.2º 0.75% 0.91% -
XYZ 43.67 64.29 77.13 -
YUV 179.08 150.52 41.64 -
System Red Green Blue C M Y K H S L
Decimal 58 233 219 0.75 0 0.06 0.09 175.2 0.8 0.57
Hex 3A E9 DB 4B 0 6 9 AF 50 39
Octal 72 351 333 113 0 6 11 257 120 71
Binary 111010 11101001 11011011 1001011 0 110 1001 10101111 1010000 111001

Color Harmonies of #3AE9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE9DB

Black with #3AE9DB

Text Example


Text Example

White with #3AE9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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