Html Css Color HEX #3AEDC9 Turquoise

📋 copy color: '#3AEDC9'

red 58 ◦ green 237 ◦ blue 201

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

Shades of Turquoise #3AEDC9

Tints of Turquoise #3AEDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.52%

R = 11.69%
G = 47.78%
B = 40.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#3AEDC9 (or 0x3AEDC9) is known color: Turquoise. HEX triplet: 3A, ED and C9. RGB value is (58,237,201). Sum of RGB (Red+Green+Blue) = 58+237+201=496 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.69% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 237 - color contains mainly: green. Hex color #3AEDC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEDC9 is #C51236. Grayscale: #B3B3B3. Windows color (decimal): -12915255 or 13233466. OLE color: 13233466.

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

Color convert

RGB 58 237 201 -
CMYK 0.76 0 0.15 0.07
HSL 167.93º 0.83% 0.58% -
HSV(B) 167.93º 0.76% 0.93% -
XYZ 42.57 65.68 65.69 -
YUV 179.38 140.2 41.43 -
System Red Green Blue C M Y K H S L
Decimal 58 237 201 0.76 0 0.15 0.07 167.93 0.83 0.58
Hex 3A ED C9 4C 0 F 7 A8 53 3A
Octal 72 355 311 114 0 17 7 250 123 72
Binary 111010 11101101 11001001 1001100 0 1111 111 10101000 1010011 111010

Color Harmonies of #3AEDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEDC9

Black with #3AEDC9

Text Example


Text Example

White with #3AEDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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