Html Css Color HEX #3AEDCD Turquoise

📋 copy color: '#3AEDCD'

red 58 ◦ green 237 ◦ blue 205

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

Shades of Turquoise #3AEDCD

Tints of Turquoise #3AEDCD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.4%

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

R = 11.6%
G = 47.4%
B = 41%

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

#3AEDCD (or 0x3AEDCD) is known color: Turquoise. HEX triplet: 3A, ED and CD. RGB value is (58,237,205). Sum of RGB (Red+Green+Blue) = 58+237+205=500 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.6% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #3AEDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEDCD is #C51232. Grayscale: #B3B3B3. Windows color (decimal): -12915251 or 13495610. OLE color: 13495610.

HSL color Cylindrical-coordinate representation of color #3AEDCD: hue angle of 169.27º degrees, saturation: 0.83, 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 #3AEDCD is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 237 205 -
CMYK 0.76 0 0.14 0.07
HSL 169.27º 0.83% 0.58% -
HSV(B) 169.27º 0.76% 0.93% -
XYZ 43.05 65.88 68.2 -
YUV 179.83 142.2 41.1 -
System Red Green Blue C M Y K H S L
Decimal 58 237 205 0.76 0 0.14 0.07 169.27 0.83 0.58
Hex 3A ED CD 4C 0 E 7 A9 53 3A
Octal 72 355 315 114 0 16 7 251 123 72
Binary 111010 11101101 11001101 1001100 0 1110 111 10101001 1010011 111010

Color Harmonies of #3AEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEDCD

Black with #3AEDCD

Text Example


Text Example

White with #3AEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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