Html Css Color HEX #3AEADD Turquoise

📋 copy color: '#3AEADD'

red 58 ◦ green 234 ◦ blue 221

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

Shades of Turquoise #3AEADD

Tints of Turquoise #3AEADD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.61%

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 11.31%
G = 45.61%
B = 43.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#3AEADD (or 0x3AEADD) is known color: Turquoise. HEX triplet: 3A, EA and DD. RGB value is (58,234,221). Sum of RGB (Red+Green+Blue) = 58+234+221=513 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.31% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEADD is #C51522. Grayscale: #B3B3B3. Windows color (decimal): -12916003 or 14543418. OLE color: 14543418.

HSL color Cylindrical-coordinate representation of color #3AEADD: hue angle of 175.57º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AEADD is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 234 221 -
CMYK 0.75 0 0.06 0.08
HSL 175.57º 0.81% 0.57% -
HSV(B) 175.57º 0.75% 0.92% -
XYZ 44.22 64.97 78.62 -
YUV 179.89 151.19 41.06 -
System Red Green Blue C M Y K H S L
Decimal 58 234 221 0.75 0 0.06 0.08 175.57 0.81 0.57
Hex 3A EA DD 4B 0 6 8 B0 51 39
Octal 72 352 335 113 0 6 10 260 121 71
Binary 111010 11101010 11011101 1001011 0 110 1000 10110000 1010001 111001

Color Harmonies of #3AEADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEADD

Black with #3AEADD

Text Example


Text Example

White with #3AEADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,234,221); }

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

background-color css

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

 a { background-color: rgb(58,234,221); }

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

border-color css

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

 span { border-color: rgb(58,234,221); }

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