Html Css Color HEX #3AE1EF Turquoise

📋 copy color: '#3AE1EF'

red 58 ◦ green 225 ◦ blue 239

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

Shades of Turquoise #3AE1EF

Tints of Turquoise #3AE1EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.79%

R = 11.11%
G = 43.1%
B = 45.79%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3AE1EF (or 0x3AE1EF) is known color: Turquoise. HEX triplet: 3A, E1 and EF. RGB value is (58,225,239). Sum of RGB (Red+Green+Blue) = 58+225+239=522 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.11% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #3AE1EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AE1EF is #C51E10. Grayscale: #B0B0B0. Windows color (decimal): -12918289 or 15720762. OLE color: 15720762.

HSL color Cylindrical-coordinate representation of color #3AE1EF: hue angle of 184.64º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AE1EF is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 225 239 -
CMYK 0.76 0.06 0 0.06
HSL 184.64º 0.85% 0.58% -
HSV(B) 184.64º 0.76% 0.94% -
XYZ 44.25 60.98 91.1 -
YUV 176.66 163.17 43.36 -
System Red Green Blue C M Y K H S L
Decimal 58 225 239 0.76 0.06 0 0.06 184.64 0.85 0.58
Hex 3A E1 EF 4C 6 0 6 B9 55 3A
Octal 72 341 357 114 6 0 6 271 125 72
Binary 111010 11100001 11101111 1001100 110 0 110 10111001 1010101 111010

Color Harmonies of #3AE1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE1EF

Black with #3AE1EF

Text Example


Text Example

White with #3AE1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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