Html Css Color HEX #3AEDCA Turquoise

📋 copy color: '#3AEDCA'

red 58 ◦ green 237 ◦ blue 202

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

Shades of Turquoise #3AEDCA

Tints of Turquoise #3AEDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.64%

R = 11.67%
G = 47.69%
B = 40.64%

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

#3AEDCA (or 0x3AEDCA) is known color: Turquoise. HEX triplet: 3A, ED and CA. RGB value is (58,237,202). Sum of RGB (Red+Green+Blue) = 58+237+202=497 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.67% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #3AEDCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEDCA is #C51235. Grayscale: #B3B3B3. Windows color (decimal): -12915254 or 13299002. OLE color: 13299002.

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

Color convert

RGB 58 237 202 -
CMYK 0.76 0 0.15 0.07
HSL 168.27º 0.83% 0.58% -
HSV(B) 168.27º 0.76% 0.93% -
XYZ 42.69 65.73 66.31 -
YUV 179.49 140.7 41.35 -
System Red Green Blue C M Y K H S L
Decimal 58 237 202 0.76 0 0.15 0.07 168.27 0.83 0.58
Hex 3A ED CA 4C 0 F 7 A8 53 3A
Octal 72 355 312 114 0 17 7 250 123 72
Binary 111010 11101101 11001010 1001100 0 1111 111 10101000 1010011 111010

Color Harmonies of #3AEDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEDCA

Black with #3AEDCA

Text Example


Text Example

White with #3AEDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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