Html Css Color HEX #3AE8DB Turquoise

📋 copy color: '#3AE8DB'

red 58 ◦ green 232 ◦ blue 219

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

Shades of Turquoise #3AE8DB

Tints of Turquoise #3AE8DB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.58%

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

R = 11.39%
G = 45.58%
B = 43.03%

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

#3AE8DB (or 0x3AE8DB) is known color: Turquoise. HEX triplet: 3A, E8 and DB. RGB value is (58,232,219). Sum of RGB (Red+Green+Blue) = 58+232+219=509 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.39% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 232 - color contains mainly: green. Hex color #3AE8DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AE8DB is #C51724. Grayscale: #B2B2B2. Windows color (decimal): -12916517 or 14411834. OLE color: 14411834.

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

Color convert

RGB 58 232 219 -
CMYK 0.75 0 0.06 0.09
HSL 175.52º 0.79% 0.57% -
HSV(B) 175.52º 0.75% 0.91% -
XYZ 43.39 63.73 77.03 -
YUV 178.49 150.85 42.06 -
System Red Green Blue C M Y K H S L
Decimal 58 232 219 0.75 0 0.06 0.09 175.52 0.79 0.57
Hex 3A E8 DB 4B 0 6 9 B0 4F 39
Octal 72 350 333 113 0 6 11 260 117 71
Binary 111010 11101000 11011011 1001011 0 110 1001 10110000 1001111 111001

Color Harmonies of #3AE8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE8DB

Black with #3AE8DB

Text Example


Text Example

White with #3AE8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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