Html Css Color HEX #3AE1E0 Turquoise

📋 copy color: '#3AE1E0'

red 58 ◦ green 225 ◦ blue 224

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

Shades of Turquoise #3AE1E0

Tints of Turquoise #3AE1E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.18%

R = 11.44%
G = 44.38%
B = 44.18%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#3AE1E0 (or 0x3AE1E0) is known color: Turquoise. HEX triplet: 3A, E1 and E0. RGB value is (58,225,224). Sum of RGB (Red+Green+Blue) = 58+225+224=507 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.44% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #3AE1E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AE1E0 is #C51E1F. Grayscale: #AEAEAE. Windows color (decimal): -12918304 or 14737722. OLE color: 14737722.

HSL color Cylindrical-coordinate representation of color #3AE1E0: hue angle of 179.64º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE1E0 is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 58 225 224 -
CMYK 0.74 0 0.00 0.12
HSL 179.64º 0.74% 0.55% -
HSV(B) 179.64º 0.74% 0.88% -
XYZ 42.12 60.13 79.91 -
YUV 174.95 155.67 44.58 -
System Red Green Blue C M Y K H S L
Decimal 58 225 224 0.74 0 0.00 0.12 179.64 0.74 0.55
Hex 3A E1 E0 4A 0 0 C B4 4A 37
Octal 72 341 340 112 0 0 14 264 112 67
Binary 111010 11100001 11100000 1001010 0 0 1100 10110100 1001010 110111

Color Harmonies of #3AE1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE1E0

Black with #3AE1E0

Text Example


Text Example

White with #3AE1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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