Html Css Color HEX #3AEECD Turquoise

📋 copy color: '#3AEECD'

red 58 ◦ green 238 ◦ blue 205

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

Shades of Turquoise #3AEECD

Tints of Turquoise #3AEECD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.5%

 BLUE value IS 205 (80.47% from 255) = 40.92%

R = 11.58%
G = 47.5%
B = 40.92%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#3AEECD (or 0x3AEECD) is known color: Turquoise. HEX triplet: 3A, EE and CD. RGB value is (58,238,205). Sum of RGB (Red+Green+Blue) = 58+238+205=501 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.58% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEECD is #C51132. Grayscale: #B4B4B4. Windows color (decimal): -12914995 or 13495866. OLE color: 13495866.

HSL color Cylindrical-coordinate representation of color #3AEECD: hue angle of 169º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEECD is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 238 205 -
CMYK 0.76 0 0.14 0.07
HSL 169º 0.84% 0.58% -
HSV(B) 169º 0.76% 0.93% -
XYZ 43.34 66.46 68.3 -
YUV 180.42 141.87 40.68 -
System Red Green Blue C M Y K H S L
Decimal 58 238 205 0.76 0 0.14 0.07 169 0.84 0.58
Hex 3A EE CD 4C 0 E 7 A9 54 3A
Octal 72 356 315 114 0 16 7 251 124 72
Binary 111010 11101110 11001101 1001100 0 1110 111 10101001 1010100 111010

Color Harmonies of #3AEECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEECD

Black with #3AEECD

Text Example


Text Example

White with #3AEECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,238,205); }

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

background-color css

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

 a { background-color: rgb(58,238,205); }

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

border-color css

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

 span { border-color: rgb(58,238,205); }

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